ComputerTargetGroupId Class
Applies To: Windows Server Update Services
Use the target group identifiers that are defined in this class to get the target groups that are defined by WSUS. For example, you can use the identifiers when calling GetComputerTargetGroup.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.ComputerTargetGroupId
Syntax
public sealed class ComputerTargetGroupId
public ref class ComputerTargetGroupId sealed
[<Sealed>]
type ComputerTargetGroupId = class end
Public NotInheritable Class ComputerTargetGroupId
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
AllComputers | The GUID of the "All Computers" target group. |
|
UnassignedComputers | The GUID of the "Unassigned" target group. |
|
WindowsProductIdValidated | The GUID of the "Windows PID Validated" target group. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top