IComputerTarget.ComputerTargetGroupIds Property
Applies To: Windows Server Update Services
Gets the GUIDs of the computer group or groups to which this computer belongs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ReadOnlyCollection<Guid> ComputerTargetGroupIds { get; }
property ReadOnlyCollection<Guid>^ ComputerTargetGroupIds {
ReadOnlyCollection<Guid>^ get();
}
abstract ComputerTargetGroupIds : ReadOnlyCollection<Guid> with get
ReadOnly Property ComputerTargetGroupIds As ReadOnlyCollection(Of Guid)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>
A collection of the GUIDs of the computer group or groups.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top