Microsoft.Windows.Server.AD.Library.SiteLinkActive Directory Site Link

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

Instances of this class represent AD Sites Links

Element properties:

Base ClassMicrosoft.Windows.Server.AD.Library.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0e58fd28-39eb-c44d-0d35-93259ec58ebf

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.AD.Library.SiteLink:
Name  string  Name true 255  False 
Cost  string  Cost false 255  False 
ReplicationInterval  string  Replication Interval false 255  False 
Transport  string  Transport false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.Library.SiteLink" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.Library.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="Cost" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ReplicationInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="Transport" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>