UpdateServerStatus.UpdateCount Property
Applies To: Windows Server Update Services
Total number of updates on the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int UpdateCount { get; set; }
public:
property int UpdateCount {
int get();
void set(int value);
}
member UpdateCount : int with get, set
Public Property UpdateCount As Integer
Property Value
Type: System.Int32
Total number of updates on the WSUS server.
Remarks
This count includes declined, approved, and unapproved updates.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top