Enum ActiveDirectoryDfsNamespaceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of DNS namespace.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsNamespaceType
Fields
DomainV1 = 2The type is domain (Windows 2000 Server mode).
DomainV2 = Standalone | DomainV1The type is domain (Windows Server 2008 mode).
Standalone = 1The type is stand-alone.
Unknown = 0The type is unknown.