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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AllComputers

The GUID of the "All Computers" target group.

System_CAPS_pubfieldSystem_CAPS_static UnassignedComputers

The GUID of the "Unassigned" target group.

System_CAPS_pubfieldSystem_CAPS_static 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