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!

SearchScope Enumeration

Used to determine the set of nodes examined in a search with DirectorySearcher.

[Visual Basic]
Public Enum SearchScope
[C#]
public enum SearchScope
[C++]
public enum SearchScope

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Base [To be supplied.]
OneLevel [To be supplied.]
Subtree [To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

System.DirectoryServices Namespace