Description
#region Assembly System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\Profile\Client\System.DirectoryServices.dll
#endregion
namespace System.DirectoryServices.ActiveDirectory
{
//
// Summary:
// Indicates the mode that a domain is operating in.
public enum DomainMode
{
//
// Summary:
// The domain is operating in Windows 2000 mixed mode.
Windows2000MixedDomain = 0,
//
// Summary:
// The domain is operating in Windows 2000 native mode.
Windows2000NativeDomain = 1,
//
// Summary:
// The domain is operating in Windows Server 2003 domain-function mode.
Windows2003InterimDomain = 2,
//
// Summary:
// The domain is operating in Windows Server 2003 mode.
Windows2003Domain = 3,
//
// Summary:
// The domain is operating in mode.
Windows2008Domain = 4,
//
Windows2008R2Domain = 5
}
}
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: b6dc6dcc-f776-a9e7-5275-467a3175731b
- Version Independent ID: 82b36fb9-36d8-67ad-add4-20162c833919
- Content: DomainMode Enum (System.DirectoryServices.ActiveDirectory)
- Content Source: xml/System.DirectoryServices.ActiveDirectory/DomainMode.xml
- Product: dotnet-api
- GitHub Login: @dotnet-bot
- Microsoft Alias: dotnetcontent