DomainMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the mode that a domain is operating in.
public enum class DomainMode
public enum DomainMode
type DomainMode =
Public Enum DomainMode
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | -1 | The domain mode is in an unknown state. |
Windows2000MixedDomain | 0 | The domain is operating in Windows 2000 mixed mode. |
Windows2000NativeDomain | 1 | The domain is operating in Windows 2000 native mode. |
Windows2003InterimDomain | 2 | The domain is operating in Windows Server 2003 domain-function mode. |
Windows2003Domain | 3 | The domain is operating in Windows Server 2003 mode. |
Windows2008Domain | 4 | The domain is operating in Windows Server 2008 mode. |
Windows2008R2Domain | 5 | The domain is operating in Windows Server 2008 R2 mode. |
Windows8Domain | 6 | The domain is operating in Windows 8 mode. |
Windows2012R2Domain | 7 | [Supported in the .NET Framework 4.5.1 and later versions] The domain is operating in Windows Server 2012 R2 mode. |