IComputerTarget.RequestedTargetGroupNames Property
Applies To: Windows Server Update Services
Gets the names of the computer groups to which this computer target claims to belong.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection RequestedTargetGroupNames { get; }
property StringCollection^ RequestedTargetGroupNames {
StringCollection^ get();
}
abstract RequestedTargetGroupNames : StringCollection with get
ReadOnly Property RequestedTargetGroupNames As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of names of the computer groups to which this computer claims to belong. This value is for informational purposes. Administrators may use this value to see which computer groups should be created on this server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top