SearchBoxScriptWebPart.QueryGroupNamesJson property

Returns the serialized version of the QueryGroupNames property.

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

Syntax

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

value = instance.QueryGroupNamesJson

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

Property value

Type: System.String

See also

Reference

SearchBoxScriptWebPart class

SearchBoxScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace