IUpdateSummary Interface

 

Applies To: Windows Server Update Services

Use this interface to get summary information about the number of clients reporting different states of installing updates. To get this interface, call one of the following methods: GetTotalSummary; Item.

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty ComputerTargetGroupId

Gets the GUID of the target group.

System_CAPS_pubproperty ComputerTargetId

Gets the GUID string of the client computer.

System_CAPS_pubproperty DownloadedCount

Gets the number of updates that have been downloaded but not installed.

System_CAPS_pubproperty FailedCount

Gets the number of updates that failed to install.

System_CAPS_pubproperty InstalledCount

Gets the number of updates that have been successfully installed.

System_CAPS_pubproperty InstalledPendingRebootCount

Gets the number of updates that have been successfully installed and are pending a computer restart to finish the installation.

System_CAPS_pubproperty IsSummedAcrossAllUpdates

Gets whether the summary counts are summed across all updates or represent a single update.

System_CAPS_pubproperty LastUpdated

Gets the date when the summary information was last updated.

System_CAPS_pubproperty NotApplicableCount

Gets the number of updates that are not applicable to a client computer.

System_CAPS_pubproperty NotInstalledCount

Gets the number of updates that are applicable to the client computer but have not been downloaded or installed.

System_CAPS_pubproperty UnknownCount

Gets the number of updates where the current state of the installation cannot be determined.

System_CAPS_pubproperty UpdateId

Gets the GUID of the update.

Methods

Name Description
System_CAPS_pubmethod GetHashCode()

The hash code for the IUpdateSummary interface

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top