Skip to content

Commit 3fb06bc

Browse files
authored
Apply suggestions from code review
1 parent 1636d13 commit 3fb06bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xml/System.DirectoryServices.ActiveDirectory/TrustDirection.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
</ReturnValue>
7575
<MemberValue>1</MemberValue>
7676
<Docs>
77-
<summary>An inbound (or incoming) trust is some other domain/forest trusting the local domain/forest.</summary>
77+
<summary>A trusting domain or forest.</summary>
78+
<remarks>An inbound (or incoming) trust is where some other domain or forest trusts this domain or forest. This domain or forest does not have access to resources that belong to the other domain or forest.</remarks>
7879
</Docs>
7980
</Member>
8081
<Member MemberName="Outbound">
@@ -98,7 +99,8 @@
9899
</ReturnValue>
99100
<MemberValue>2</MemberValue>
100101
<Docs>
101-
<summary>An outbound (or outgoing) trust is where our local domain/forest trusts some other domain/forest.</summary>
102+
<summary>A trusted domain or forest.</summary>
103+
<remarks>An outbound (or outgoing) trust is where this domain or forest trusts some other domain or forest. The other domain or forest does not have access to the resources of this domain or forest.</remarks>
102104
</Docs>
103105
</Member>
104106
</Members>

0 commit comments

Comments
 (0)