Table of Contents

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 = 2

The type is domain (Windows 2000 Server mode).

DomainV2 = Standalone | DomainV1

The type is domain (Windows Server 2008 mode).

Standalone = 1

The type is stand-alone.

Unknown = 0

The type is unknown.