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

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

Las instancias de esta clase representan los bosques de AD.

Element properties:

Base ClassMicrosoft.Windows.Server.AD.Library.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b7ba2a9-7da2-40f7-8e41-9d9b81438b1e

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.Forest:
Name  string  Nombre true 255  False 
SchemaMaster  string  Maestro de esquema false 255  False 
DomainNamingMaster  string  Maestro de nombres de dominio false 255  False 
LastDiscovery  string  Reservado false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Library.Forest" 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="SchemaMaster" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DomainNamingMaster" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LastDiscovery" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>