Enum ActiveDirectoryDfsOrderingMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The ordering method of a DNS namespace or folder.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsOrderingMethod
Fields
ExcludeTargets = 1
The ordering method is exclude targets outside of the client's site.
LowestCost = 2
The ordering method is lowest cost.
RandomOrder = ExcludeTargets | LowestCost
The ordering method is random order.
Unknown = 0
The ordering method is unknown.