IUpdateApproval.ComputerTargetGroupId Property

 

Applies To: Windows Server Update Services

Gets the GUID of the computer target group to which this update approval applies.

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

Syntax

Guid ComputerTargetGroupId { get; }
property Guid ComputerTargetGroupId {
    Guid get();
}
abstract ComputerTargetGroupId : Guid with get
ReadOnly Property ComputerTargetGroupId As Guid

Property Value

Type: System.Guid

The GUID of the computer target group to which this update approval applies.

See Also

IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace

Return to top