UpdateServerStatus.NotApprovedUpdateCount Property

 

Applies To: Windows Server Update Services

Number of updates on the WSUS server that have not been approved or declined.

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

Syntax

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

Property Value

Type: System.Int32

Number of updates on the WSUS server that have not been approved or declined.

Remarks

This count includes only unapproved updates.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top