Share via


ComputerTargetScope.RequestedTargetGroupNames Property

 

Applies To: Windows Server Update Services

Gets the collection of requested target group names to search for.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public StringCollection RequestedTargetGroupNames { get; }
public:
property StringCollection^ RequestedTargetGroupNames {
    StringCollection^ get();
}
member RequestedTargetGroupNames : StringCollection with get
Public ReadOnly Property RequestedTargetGroupNames As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

The collection of requested target group names to search for. A computer will be included only if its RequestedTargetGroupNames contains at least one of these strings. If the string empty, then no filtering will be done on requested target group names.

Remarks

Defaults to the empty string.

See Also

ComputerTargetScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top