SearchOption Enumeration
.NET Framework (current version)
The SearchOption enumeration specifies the search options which define how the search will behave.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| DomainScope | Prevents referrals from being generated when the search results are returned. The value is equal to 1. | |
| PhantomRoot | Instructs the server to search all naming contexts that are subordinate to the search base. The value is equal to 2. |
.NET Framework
Available since 2.0
Available since 2.0
Show: