Microsoft.Windows.Server.AD.Library.DomainDominio de Active Directory

Microsoft.Windows.Server.AD.Library.Domain (ClassType)

Las instancias de esta clase representan los dominios de AD.

Element properties:

Base ClassMicrosoft.Windows.Server.AD.Library.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde41ba004-bdb7-baaf-339a-5b6d72d7f7a0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.Server.AD.Library.Domain:
Name  string  Nombre true 255  False 
DefaultNamingContext  string  Contexto de nomenclatura predeterminado false 255  False 
PDCEmulator  string  Emulador PDC false 255  False 
RIDMaster  string  Maestro de RID false 255  False 
InfrastructureMaster  string  Maestro de infraestructura false 255  True 
LastDiscovery  string  Reservado false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Library.Domain" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.Library.ServiceComponent" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DefaultNamingContext" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="PDCEmulator" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="RIDMaster" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="InfrastructureMaster" Type="string" Key="false" CaseSensitive="true" MinLength="0" Length="255"/>
<Property ID="LastDiscovery" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>