UpdateServerStatus.DeclinedUpdateCount Property

 

Applies To: Windows Server Update Services

Number of updates on the WSUS server that have been declined by an administrator.

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

Syntax

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

Property Value

Type: System.Int32

Number of updates on the WSUS server that have been declined by an administrator.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top