IUpdateSummary.ComputerTargetGroupId Property
Applies To: Windows Server Update Services
Gets the GUID of the target group.
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 target group. The GUID is empty if the counts represent more than one target group.
Remarks
To get the IComputerTargetGroup that is associated with the identifier, call GetComputerTargetGroup, setting the GUID to ComputerTargetGroupId.
See Also
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top