UpdateServerStatus.CustomComputerTargetGroupCount Property

 

Applies To: Windows Server Update Services

Number of administrator-created computer target groups on the WSUS server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public int CustomComputerTargetGroupCount { get; set; }
public:
property int CustomComputerTargetGroupCount {
    int get();
    void set(int value);
}
member CustomComputerTargetGroupCount : int with get, set
Public Property CustomComputerTargetGroupCount As Integer

Property Value

Type: System.Int32

Number of administrator-created computer target groups on the WSUS server.

Remarks

This count does not include the All Computers or Unassigned Computers groups.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top