DereferenceAlias Enumeration
.NET Framework 2.0
The DereferenceAlias enumeration specifies how aliases are resolved. This enumeration provides values for the DirectorySearcher.DerefAlias property.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
| Member name | Description | |
|---|---|---|
| Always | Dereferences aliases when both searching subordinates and locating the base objects of the search. | |
| FindingBaseObject | Dereferences aliases when locating the base object of the search, but not when searching its subordinates. | |
| InSearching | Dereferences aliases when searching subordinates of the base object, but not when locating the base itself. | |
| Never | Indicates that the alias will not be dereferenced. If the DirectorySearcher.DerefAlias property is not set, the default value is Never. |
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: