IComputerTargetGroup.GetParentTargetGroup Method ()
Applies To: Windows Server Update Services
Get the parent computer target group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IComputerTargetGroup GetParentTargetGroup()
IComputerTargetGroup^ GetParentTargetGroup()
abstract GetParentTargetGroup : unit -> IComputerTargetGroup
Function GetParentTargetGroup As IComputerTargetGroup
Return Value
Type: Microsoft.UpdateServices.Administration.IComputerTargetGroup
The parent computer target group.
Exceptions
Exception
Condition
The computer target group could not be found.
This group cannot be the All Computers group.
See Also
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top