IComputerTargetGroup.Id 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 Id { get; }
property Guid Id {
Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid
Property Value
Type: System.Guid
The GUID of the target group.
See Also
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top