You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.DirectoryServices/DirectorySearcher.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1067,7 +1067,7 @@ SearchResultCollection res = src.FindAll();
1067
1067
<summary>Gets or sets a value indicating the scope of the search that is observed by the server.</summary>
1068
1068
<value>One of the <seecref="T:System.DirectoryServices.SearchScope" /> values. The default is <seecref="F:System.DirectoryServices.SearchScope.Subtree" />.</value>
1069
1069
<remarks>To be added.</remarks>
1070
-
<exceptioncref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the <seecref="T:System.DirectoryServices.ReferralChasingOption" /> values.</exception>
1070
+
<exceptioncref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the <seecref="T:System.DirectoryServices.SearchScope" /> values.</exception>
0 commit comments