UpdateServerStatus.ApprovedUpdateCount Property
Applies To: Windows Server Update Services
Number of updates on the WSUS server that have been approved.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int ApprovedUpdateCount { get; set; }
public:
property int ApprovedUpdateCount {
int get();
void set(int value);
}
member ApprovedUpdateCount : int with get, set
Public Property ApprovedUpdateCount As Integer
Property Value
Type: System.Int32
Number of updates on the WSUS server that have been approved.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top