UpdateServerStatus.UpdatesWithClientErrorsCount Property
Applies To: Windows Server Update Services
Number of updates on the WSUS server that have at least one client that is currently in a failed state for that update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int UpdatesWithClientErrorsCount { get; set; }
public:
property int UpdatesWithClientErrorsCount {
int get();
void set(int value);
}
member UpdatesWithClientErrorsCount : int with get, set
Public Property UpdatesWithClientErrorsCount As Integer
Property Value
Type: System.Int32
Number of updates on the WSUS server that have at least one client that is currently in a failed state for that update.
Remarks
This count does not include declined updates.
This count includes only approved updates.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top