DereferenceAlias Enumeration
.NET Framework 3.0
The DereferenceAlias enumeration specifies the process by which aliases are dereferenced.
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
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. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: