IUpdateSummary.InstalledCount

Retrieves the number of updates that have been successfully installed.

public Int32 InstalledCount {get;}
Public ReadOnly Property InstalledCount As Int32

Property Value

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.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

UpdateInstallationState