IUpdateInstallationInfo.GetUpdateApprovalTargetGroup Method ()

 

Applies To: Windows Server Update Services

Gets the ComputerTargetGroup that the effective approval comes from.

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

Syntax

IComputerTargetGroup GetUpdateApprovalTargetGroup()
IComputerTargetGroup^ GetUpdateApprovalTargetGroup()
abstract GetUpdateApprovalTargetGroup : unit -> IComputerTargetGroup
Function GetUpdateApprovalTargetGroup As IComputerTargetGroup

Return Value

Type: Microsoft.UpdateServices.Administration.IComputerTargetGroup

The ComputerTargetGroup that the effective approval comes from.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The computer target group could not be found in the database.

See Also

IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top