IUpdateInstallationInfo Members

Use this interface to get information about update installations on client computes. To get this interface, call Item.

The following tables list the members exposed by the IUpdateInstallationInfo type.

Public Properties

  Name Description
public property ComputerTargetId Gets the ID of the computer that this UpdateInstallationInfo object describes.
public property UpdateApprovalAction Gets the effective approval action for this update on this computer.
public property UpdateApprovalTargetGroupId Gets the ID of the target group that the effective update approval belongs to.
public property UpdateId Gets the ID of the update that this UpdateInstallationInfo object describes.
public property UpdateInstallationState Gets the of the update installation state reported by the client computer.

Top

Public Methods

  Name Description
public method GetComputerTarget Gets the client computer that is associated with this information.
public method GetHashCode Serves as a hash function for the current UpdateInstallationInfo, suitable for use in hashing algorithms and data structures, such as a hash table.
public method GetUpdate Gets the update that is associated with the installation information.
public method GetUpdateApprovalTargetGroup Gets the ComputerTargetGroup that the effective approval comes from.

Top

See Also

Reference

IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace