Microsoft.Windows.Server.LDS.ApplicationPartitionApplication Partition

Microsoft.Windows.Server.LDS.ApplicationPartition (ClassType)

An application partition within a configuration set

Element properties:

Base ClassMicrosoft.Windows.Server.LDS.ServiceComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId16eac0ce-5d0b-647a-eacb-8f35d8a701a0

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.LDS.ApplicationPartition:
Name  string  Name The name of the application partition false 255  False 
DistinguishedName  string  Distinguished Name The distinguished name (DN) of the application partition true 255  False 
ConfigurationSet  string  Configuration Set The configuration set of an application partition true 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.LDS.ApplicationPartition" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.LDS.ServiceComponent" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DistinguishedName" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConfigurationSet" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>