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 = 1The ordering method is exclude targets outside of the client's site.
LowestCost = 2The ordering method is lowest cost.
RandomOrder = ExcludeTargets | LowestCostThe ordering method is random order.
Unknown = 0The ordering method is unknown.