System.ManagementPackElement管理パックの要素の基本クラス

System.ManagementPackElement (ClassType)

Element properties:

Base ClassSystem.Extension
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0dbdb42-e126-3207-79f2-4e1c2a2e11aa

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False 
System.Extension:
ID  string  ID ID true 65536  False 
Domain  string  ドメイン ドメイン false 65536  False 
Path  string  パス パス false 65536  False 
Internal_ManagementPackId  guid  管理パック ID 管理パック ID false 256   
Internal_ElementId  guid  要素 ID 要素 ID false 256   
Internal_ParentId  guid  親 ID 親 ID false 256   
System.ManagementPackElement:
Comment  string  コメント コメント false 256  False 

Health Model:

Source Code:

<ClassType ID="System.ManagementPackElement" Accessibility="Public" Abstract="true" Base="System.Extension">
<Property ID="Comment" Type="string" MaxLength="256" Key="false"/>
</ClassType>