Skip to content

Commit ef9af25

Browse files
authored
Update summary values TrustDirection.xml
Adding clarity to the summary values as shown.
1 parent 08f4dc0 commit ef9af25

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@
7474
</ReturnValue>
7575
<MemberValue>1</MemberValue>
7676
<Docs>
77-
<summary>This is a trusting domain or forest. The other domain or forest has access to the resources of this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.</summary>
77+
<summary>An inbound (or incoming) trust is some other domain/forest trusting the local domain/forest.</summary>
78+
<remarks>
79+
<format type="text/markdown">
80+
<![CDATA[
81+
## Remarks
82+
Credit Rich Peckham (DART) for updates to this summary
83+
]]>
84+
</format>
85+
</remarks>
7886
</Docs>
7987
</Member>
8088
<Member MemberName="Outbound">
@@ -98,7 +106,15 @@
98106
</ReturnValue>
99107
<MemberValue>2</MemberValue>
100108
<Docs>
101-
<summary>This is a trusted domain or forest. This domain or forest has access to resources of the other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.</summary>
109+
<summary>An outbound (or outgoing) trust is where our local domain/forest trusts some other domain/forest.</summary>
110+
<remarks>
111+
<format type="text/markdown">
112+
<![CDATA[
113+
## Remarks
114+
Credit Rich Peckham (DART) for updates to this summary
115+
]]>
116+
</format>
117+
</remarks>
102118
</Docs>
103119
</Member>
104120
</Members>

0 commit comments

Comments
 (0)