Click or drag to resize

IProductUpdate Interface

Product Update Information - interface.

Namespace:  Xcalibur.Models.InstalledApps
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IProductUpdate : IRegistryItem

The IProductUpdate type exposes the following members.

Properties
  NameDescription
Public propertyAppType
Enums associates with the application registry location.
(Inherited from IRegistryItem.)
Public propertyDisplayIcon
Display icon for the product: Reistry path.
(Inherited from IRegistryItem.)
Public propertyDisplayName
Display name of product.
(Inherited from IRegistryItem.)
Public propertyInstallDate
Gets or sets the install date.
Public propertyIsUac
Gets or sets a value indicating whether this instance requires UAC.
Public propertyMoreInfoUrl
Gets or sets the more information URL.
Public propertyPath
Gets or sets the path.
(Inherited from IRegistryItem.)
Public propertyRegistryHive
Gets or sets the registry hive.
(Inherited from IRegistryItem.)
Public propertyState
Gets or sets the state.
Top
See Also