Class InventoryWindowsApplication
Contains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class InventoryWindowsApplication : IDirectResponseSchema
Properties
DisplayName
The name of the application or product.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayVersion
The version of the product or application in string format.
Declaration
[JsonProperty("displayVersion")]
public virtual string DisplayVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpLink
The internet address for technical support.
Declaration
[JsonProperty("helpLink")]
public virtual string HelpLink { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallDate
The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
Declaration
[JsonProperty("installDate")]
public virtual Date InstallDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Publisher
The name of the manufacturer for the product or application.
Declaration
[JsonProperty("publisher")]
public virtual string Publisher { get; set; }
Property Value
Type | Description |
---|---|
string |