IComputerTargetGroup.GetChildTargetGroups Method ()

 

Applies To: Windows Server Update Services

Get the list of computer target groups that are belong to this computer target group.

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

Syntax

ComputerTargetGroupCollection GetChildTargetGroups()
ComputerTargetGroupCollection^ GetChildTargetGroups()
abstract GetChildTargetGroups : unit -> ComputerTargetGroupCollection
Function GetChildTargetGroups As ComputerTargetGroupCollection

Return Value

Type: Microsoft.UpdateServices.Administration.ComputerTargetGroupCollection

The list of computer target groups that are belong to this computer target group.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The computer target group could not be found.

See Also

IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace

Return to top