IUpdateSummary.InstalledCount Property

 

Applies To: Windows Server Update Services

Gets the number of updates that have been successfully installed.

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

Syntax

int InstalledCount { get; }
property int InstalledCount {
    int get();
}
abstract InstalledCount : int with get
ReadOnly Property InstalledCount As Integer

Property Value

Type: System.Int32

If the summary is for an update, the count represents the number of clients that have successfully installed the update.

If the summary is for a client or target group, the count represents the number of updates that have successfully installed on the client computer or on clients within the target group.

See Also

IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace

Return to top