IComputerTarget.RequestedTargetGroupName Property
Applies To: Windows Server Update Services
Gets the name of the computer group to which this computer claims to belong.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string RequestedTargetGroupName { get; }
property String^ RequestedTargetGroupName {
String^ get();
}
abstract RequestedTargetGroupName : string with get
ReadOnly Property RequestedTargetGroupName As String
Property Value
Type: System.String
The name of the computer group to which this computer claims to belong, or an empty string if the computer has not reported membership to this server. If the computer has claimed membership in multiple computer groups, then one of those groups is chosen arbitrarily for this property.
This value is for informational purposes. Administrators may choose to use this value to see which computer groups should be created on this server.
Remarks
This value is for informational purposes only. Administrators can use this value to create the appropriate groups on the WSUS server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top