IUpdateSummary.FailedCount Property
Applies To: Windows Server Update Services
Gets the number of updates that failed to install.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
int FailedCount { get; }
property int FailedCount {
int get();
}
abstract FailedCount : int with get
ReadOnly Property FailedCount As Integer
Property Value
Type: System.Int32
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.
See Also
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top