UpdateServerStatus.ComputerTargetsNeedingUpdatesCount Property
Applies To: Windows Server Update Services
Number of clients with at least one update that is not yet installed.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
public int ComputerTargetsNeedingUpdatesCount { get; set; }
public:
property int ComputerTargetsNeedingUpdatesCount {
int get();
void set(int value);
}
member ComputerTargetsNeedingUpdatesCount : int with get, set
Public Property ComputerTargetsNeedingUpdatesCount As Integer
Type: System.Int32
Number of clients with at least one update that is not yet installed.
This count includes only updates that are currently approved for installation on the client.
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top