Click or drag to resize

IUpdateInfo Interface

Windows Update Information - interface.

For more information see: Win32_QuickFixEngineering class

Namespace:  Xcalibur.Models.Updates
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IUpdateInfo

The IUpdateInfo type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Win32_QuickFixEngineering: A short textual description of the object.
Public propertyDescription
Win32_QuickFixEngineering: A textual description of the object.
Public propertyHotFixId
Win32_QuickFixEngineering: Unique identifier associated with a particular update.
Public propertyInstalledBy
Win32_QuickFixEngineering: Person who installed the update. If this value is unknown, the property is empty.
Public propertyInstalledOn
Win32_QuickFixEngineering: Date that the update was installed. If this value is unknown, the property is empty.
Public propertyServicePackInEffect
Win32_QuickFixEngineering: Service pack in effect when the update was applied. If no service pack has been applied, the property takes on the value SP0. If it cannot be determined what service pack was in effect, this property is NULL.
Top
See Also