System.SoftwareItemソフトウェア アイテム

System.SoftwareItem (ClassType)

すべてのインストール可能なソフトウェアに関する情報

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7aa99c16-83ec-d146-c7bf-f1126bacd057

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  オブジェクトの状態 オブジェクトの状態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資産の状態 資産の状態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  メモ メモ false 4000       
System.SoftwareItem:
Publisher  string  パブリッシャー パブリッシャー true 256  False     
VersionString  string  バージョン文字列 バージョン文字列 true 256  False     
ProductName  string  製品名 製品名 true 256  False     
MajorVersion  string  メジャー バージョン メジャー バージョン false 256  False     
MinorVersion  string  マイナー バージョン マイナー バージョン false 256  False     
LocaleID  int  ロケール ID ロケール ID true 256       
IsVirtualApplication  bool  仮想アプリケーション 仮想アプリケーションです true 256       
ProductCode  string  製品コード 特定の製品リリースに固有の ID false 256  False     

Health Model:

Source Code:

<ClassType ID="System.SoftwareItem" Accessibility="Public" Base="System!System.LogicalEntity">
<Property ID="Publisher" Key="true" Type="string"/>
<Property ID="VersionString" Key="true" Type="string"/>
<Property ID="ProductName" Key="true" Type="string"/>
<Property ID="MajorVersion" Type="string"/>
<Property ID="MinorVersion" Type="string"/>
<Property ID="LocaleID" Key="true" Type="int"/>
<Property ID="IsVirtualApplication" Key="true" Type="bool"/>
<Property ID="ProductCode" Type="string"/>
</ClassType>