Skip to content

Fields documents nonexistent values. So what else is new? Microsoft does not do documentation. Nor operating instructions. #1117

Open
@5U8cVs

Description

@5U8cVs

#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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions