UpdateServerStatus.ComputerTargetsWithUpdateErrorsCount Property

 

Applies To: Windows Server Update Services

Number of clients with at least one update that is currently in a failure state.

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

Syntax

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

Property Value

Type: System.Int32

Number of clients with at least one update that is currently in a failure state.

Remarks

This count includes only approved updates.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top