Microsoft.Windows.SoftwareInstallationInstallasjon av Windows-programvare

Microsoft.Windows.SoftwareInstallation (ClassType)

Alle installasjoner av Windows-programvare

Element properties:

Base ClassSystem.SoftwareInstallation
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId11be9fa5-1146-c7e3-ee95-9f8177d19152

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NOR) Description (NOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Aktivastatus Aktivastatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notater Notater false 4000       
Microsoft.Windows.SoftwareInstallation:
ProductID  string  Produkt-D Produkt-D false 256  False     
InstallDate  datetime  Installasjonsdato Installasjonsdato false 256       
Publisher  string  Utgiver Utgiver false 256  False     
MajorVersion  string  Hovedversjon Hovedversjon false 256  False     
MinorVersion  string  Underordnet versjon Underordnet versjon false 256  False     
ServicePack  string  Oppdateringspakke Oppdateringspakke false 256  False     
Language  string  Språk Språk false 256  False     
InstalledLocation  string  Installasjonssted Installasjonssted false 256  False     
InstallSource  string  Installasjonskilde Installasjonskilde false 256  False     
UninstallString  string  Avinstallasjonsstreng Avinstallasjonsstreng false 256  False     
RegisteredUser  string  Registrert bruker Registrert bruker false 256  False     
FamilyName  string  Serienavn Serienavn false 256  False     
CategoryName  string  Kategorinavn Kategorinavn false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SoftwareInstallation" Base="System!System.SoftwareInstallation" Accessibility="Public" Hosted="true" Abstract="true">
<Property ID="ProductID" Type="string"/>
<Property ID="InstallDate" Type="datetime"/>
<Property ID="Publisher" Type="string"/>
<Property ID="MajorVersion" Type="string"/>
<Property ID="MinorVersion" Type="string"/>
<Property ID="ServicePack" Type="string"/>
<Property ID="Language" Type="string"/>
<Property ID="InstalledLocation" Type="string"/>
<Property ID="InstallSource" Type="string"/>
<Property ID="UninstallString" Type="string"/>
<Property ID="RegisteredUser" Type="string"/>
<Property ID="FamilyName" Type="string"/>
<Property ID="CategoryName" Type="string"/>
</ClassType>