Google Cloud OS Config v1 API - Class Inventory.Types.WindowsApplication (2.3.0)

public sealed class Inventory.Types.WindowsApplication : IMessage<Inventory.Types.WindowsApplication>, IEquatable<Inventory.Types.WindowsApplication>, IDeepCloneable<Inventory.Types.WindowsApplication>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class Inventory.Types.WindowsApplication.

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 > Inventory.Types.WindowsApplication

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

WindowsApplication()

public WindowsApplication()

WindowsApplication(WindowsApplication)

public WindowsApplication(Inventory.Types.WindowsApplication other)
Parameter
NameDescription
otherInventoryTypesWindowsApplication

Properties

DisplayName

public string DisplayName { get; set; }

The name of the application or product.

Property Value
TypeDescription
string

DisplayVersion

public string DisplayVersion { get; set; }

The version of the product or application in string format.

Property Value
TypeDescription
string
public string HelpLink { get; set; }

The internet address for technical support.

Property Value
TypeDescription
string

InstallDate

public Date InstallDate { get; set; }

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.

Property Value
TypeDescription
Date

Publisher

public string Publisher { get; set; }

The name of the manufacturer for the product or application.

Property Value
TypeDescription
string