UpdateServerStatus.CriticalOrSecurityUpdatesNotApprovedForInstallCount Property

 

Applies To: Windows Server Update Services

Number of critical or security updates on the WSUS server that are not approved for installation.

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

Syntax

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

Property Value

Type: System.Int32

Number of critical or security updates on the WSUS server that are not approved for installation.

Remarks

This count does not include declined updates.

This count includes both approved and unapproved updates (approved updates are included as long as the update is not approved for installation.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top