Class Inventory.Types.WindowsApplication (1.6.0)

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

Contains information about a Windows application as retrieved from the Windows Registry. For more information about these fields, see

Windows Installer Properties for the Uninstall Registry{: class="external" }

Inheritance

Object > Inventory.Types.WindowsApplication

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

WindowsApplication()

public WindowsApplication()

WindowsApplication(Inventory.Types.WindowsApplication)

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

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