MECM.HierarchyComputers.GroupConfigMgr Hierarchy Computer Group

MECM.HierarchyComputers.Group (ClassType)

Hierarchy Computer Group

Element properties:

Base ClassMicrosoft.SystemCenter.ComputerGroup
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3ea2636e-184f-46d8-7296-37e81e801ef9

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       
MECM.HierarchyComputers.Group:
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.HierarchyComputers.Group" Accessibility="Public" Abstract="false" Base="SC!Microsoft.SystemCenter.ComputerGroup" 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>