dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
699 stars 1.54k forks source link

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

Open 5U8cVs opened 5 years ago

5U8cVs commented 5 years ago

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.

elgonzo commented 5 years ago

The code you are showing here is from .NET framework 4.0 (Version=4.0.0.0). Why do you compare it with the documentation for .NET framework 4.7.2? I suggest you lookup and compare with the documentation for .NET framework 4.0: https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.domainmode?view=netframework-4.0

elgonzo commented 5 years ago

Since there is not really a documentation problem with regard to your issue, please close this issue here (as the opener of the issue you have the ability to close it).