Show / Hide Table of Contents

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

Inheritance
object
InventoryWindowsApplication
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX