IUpdateInstallationInfo Interface

 

Applies To: Windows Server Update Services

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

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public interface IUpdateInstallationInfo
public interface class IUpdateInstallationInfo
type IUpdateInstallationInfo = interface end
Public Interface IUpdateInstallationInfo

Properties

Name Description
System_CAPS_pubproperty ComputerTargetId

Gets the ID of the computer that this UpdateInstallationInfo object describes.

System_CAPS_pubproperty UpdateApprovalAction

Gets the effective approval action for this update on this computer.

System_CAPS_pubproperty UpdateApprovalTargetGroupId

Gets the ID of the target group that the effective update approval belongs to.

System_CAPS_pubproperty UpdateId

Gets the ID of the update that this UpdateInstallationInfo object describes.

System_CAPS_pubproperty UpdateInstallationState

Gets the of the update installation state reported by the client computer.

Methods

Name Description
System_CAPS_pubmethod GetComputerTarget()

Gets the client computer that is associated with this information.

System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current UpdateInstallationInfo, suitable for use in hashing algorithms and data structures, such as a hash table.

System_CAPS_pubmethod GetUpdate()

Gets the update that is associated with the installation information.

System_CAPS_pubmethod GetUpdateApprovalTargetGroup()

Gets the ComputerTargetGroup that the effective approval comes from.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top