DereferenceAlias Enumeration
.NET Framework (current version)
The DereferenceAlias enumeration specifies the process by which aliases are dereferenced.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| Always | Dereferences aliases when both searching subordinates and locating the base object of the search. The value is equal to 3. | |
| FindingBaseObject | Dereferences aliases when locating the base object, but not when searching its subordinates. The value is equal to 2. | |
| InSearching | Dereferences aliases when searching subordinates of the base object, but not when locating the base itself. The value is equal to 1. | |
| Never | Does not dereference aliases. The value is equal to 0. |
.NET Framework
Available since 2.0
Available since 2.0
Show: