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 (ZHH) Description (ZHH) 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  地區設定識別碼 地區設定識別碼 true 256       
IsVirtualApplication  bool  是否為虛擬應用程式 是否為虛擬應用程式 true 256       
ProductCode  string  產品代碼 特定產品版本的唯一識別碼 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>