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