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 v1alpha 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
Implements
IMessageInventoryTypesWindowsApplication, IEquatableInventoryTypesWindowsApplication, IDeepCloneableInventoryTypesWindowsApplication, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
WindowsApplication()
public WindowsApplication()
WindowsApplication(WindowsApplication)
public WindowsApplication(Inventory.Types.WindowsApplication other)
Parameter | |
---|---|
Name | Description |
other |
InventoryTypesWindowsApplication |
Properties
DisplayName
public string DisplayName { get; set; }
The name of the application or product.
Property Value | |
---|---|
Type | Description |
string |
DisplayVersion
public string DisplayVersion { get; set; }
The version of the product or application in string format.
Property Value | |
---|---|
Type | Description |
string |
HelpLink
public string HelpLink { get; set; }
The internet address for technical support.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Date |
Publisher
public string Publisher { get; set; }
The name of the manufacturer for the product or application.
Property Value | |
---|---|
Type | Description |
string |