UpdateServerStatus.ComputersUpToDateCount Property
Applies To: Windows Server Update Services
Get or set the number of ComputerTargets on which all Updates are known to be Installed or NotApplicable.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
public int ComputersUpToDateCount { get; set; }
public:
property int ComputersUpToDateCount {
int get();
void set(int value);
}
member ComputersUpToDateCount : int with get, set
Public Property ComputersUpToDateCount As Integer
Type: System.Int32
The number of ComputerTargets on which all Updates are known to be Installed or NotApplicable.
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top