System.SoftwareItemSoftware Items

System.SoftwareItem (ClassType)

Information about all installable software

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.SoftwareItem:
Publisher  string  Publisher Publisher true 256  False 
VersionString  string  Version String Version String true 256  False 
ProductName  string  Product Name Product Name true 256  False 
MajorVersion  string  Major Version Major Version false 256  False 
MinorVersion  string  Minor Version Minor Version false 256  False 
LocaleID  int  Locale ID Locale ID true 256   
IsVirtualApplication  bool  Is Virtual Application Is Virtual Application true 256   
ProductCode  string  Product Code Unique identifier for a particular product release 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>