IUpdateSummary.FailedCount

Retrieves the number of updates that failed to install.

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

Property Value

If the summary is for an update, the count represents the number of clients that received errors while trying to deploy the update.

If the summary is for a client or target group, the count represents the number of updates that failed to install 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