UpdateServerStatus.UpdatesWithServerErrorsCount Property

 

Applies To: Windows Server Update Services

Number of updates on the WSUS server that are in a failure state.

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

Syntax

public int UpdatesWithServerErrorsCount { get; set; }
public:
property int UpdatesWithServerErrorsCount {
    int get();
    void set(int value);
}
member UpdatesWithServerErrorsCount : int with get, set
Public Property UpdatesWithServerErrorsCount As Integer

Property Value

Type: System.Int32

Number of updates on the WSUS server that are in a failure state (whose UpdateState is Failed or LicenseAgreementFailed).

Remarks

This count does not include declined updates.

This count includes both approved and unapproved updates.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top