MECM.HierarchyConfigMgr Hierarchy

MECM.Hierarchy (ClassType)

Configuration Manager Hierarchy

Element properties:

Base ClassMicrosoft.SystemCenter.ServiceDesigner.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId99ea1922-f9e9-7118-d810-5da36327a57f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.Service:
ServiceDescription  string  Service Description Service Description false 256  False     
BusinessDetailedDescription  string  Business Detailed Description Business Detailed Description false 256  False     
IsBusinessService  bool  Is Business Service Is Business Service false 256       
OwnedByOrganization  string  Owned By Organization Owned By Organization false 256  False     
Priority  enum  Priority Priority false 256      System.ServiceManagement.ServicePriority 
Status  enum  Status Status false 256      System.ServiceManagement.ServiceStatus 
Classification  enum  Classification Classification false 256      System.ServiceManagement.ServiceClassification 
AvailabilitySchedule  string  Availability Schedule Availability Schedule false 256  False     
MECM.Hierarchy:
HierarchyId  guid  Hierarchy ID true 255       
SiteCode  string  Top Site Code false  False     
SiteServer  string  Top Site Server false 512  False     
SiteName  string  Top Site Name false 255  False     

Health Model:

Source Code:

<ClassType ID="MECM.Hierarchy" Accessibility="Public" Abstract="false" Base="MSCSDL!Microsoft.SystemCenter.ServiceDesigner.Service" Hosted="false" Singleton="false">
<Property ID="HierarchyId" Type="guid" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="SiteCode" Type="string" Key="false" CaseSensitive="false" Length="3" MinLength="0"/>
<Property ID="SiteServer" Type="string" Key="false" CaseSensitive="false" Length="512" MinLength="0"/>
<Property ID="SiteName" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>