NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectorySearcher Constructor (DirectoryEntry)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal searchRoot As DirectoryEntry _
)
[C#]
public DirectorySearcher(
   DirectoryEntry searchRoot
);
[C++]
public: DirectorySearcher(
   DirectoryEntry* searchRoot
);
[JScript]
public function DirectorySearcher(
   searchRoot : DirectoryEntry
);

Parameters

searchRoot
[To be supplied.]

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace | DirectorySearcher Constructor Overload List