SearchScope Enumeration
.NET Framework (current version)
The SearchScope enumeration specifies the scope of a search.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| Base | Search only the specified base object. The value is equal to 0. | |
| OneLevel | Search the child objects of the base object, but not the base object itself. The value is equal to 1. | |
| Subtree | Search the base object and all child objects. The value is equal to 2. |
.NET Framework
Available since 2.0
Available since 2.0
Show: