We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0777f42 commit 1ecb9c3Copy full SHA for 1ecb9c3
xml/System.DirectoryServices/DirectorySearcher.xml
@@ -452,7 +452,7 @@ using System.DirectoryServices;
452
// Bind to the users container.
453
DirectoryEntry entry = new DirectoryEntry("LDAP://CN=users,DC=fabrikam,DC=com");
454
// Create a DirectorySearcher object.
455
-DirectorySearcher mySearcher = new DirectorySearcher(entry);
+DirectorySearcher src = new DirectorySearcher(entry);
456
//Set the Asynchronous property to true.
457
src.Asynchronous = true;
458
//Use the FindAll method to get search results.
0 commit comments