Share via


SearchBoxScriptWebPart.QueryGroupNames property

The name of the query group to which this ScriptWebPart belongs.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property QueryGroupNames As String()
    Get
    Set
'Usage
Dim instance As SearchBoxScriptWebPart
Dim value As String()

value = instance.QueryGroupNames

instance.QueryGroupNames = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string[] QueryGroupNames { get; set; }

Property value

Type: []

See also

Reference

SearchBoxScriptWebPart class

SearchBoxScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace