dotnet / dotnet/dotnet-api-docs

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

Open
#1,117 2 comments 0 reactions 0 assignees View on GitHub
area-System.DirectoryServices dotnet-api/prod Pri2 untriaged
Dominant language
C#
Stars
949
Forks
1.7k
Avg merge
3d 27m
Merged PRs (30d)
49

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)](https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.domainmode?view=netframework-4.7.2)
* Content Source: [xml/System.DirectoryServices.ActiveDirectory/DomainMode.xml](https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.DirectoryServices.ActiveDirectory/DomainMode.xml)
* Product: **dotnet-api**
* GitHub Login: @dotnet-bot
* Microsoft Alias: **dotnetcontent**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.