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.SearchRoot

The node in the Active Directory hierarchy at which the search will start.

[Visual Basic]
Public Property SearchRoot As DirectoryEntry
[C#]
public DirectoryEntry SearchRoot {get; set;}
[C++]
public: __property DirectoryEntry* get_SearchRoot();
public: __property void set_SearchRoot(DirectoryEntry*);
[JScript]
public function get SearchRoot() : DirectoryEntry;
public function set SearchRoot(DirectoryEntry);

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace