SearchNavigationWebPart.QueryGroupName property

Name of the query group to which this webpart belongs

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property QueryGroupName As String
    Get
    Set
'Usage
Dim instance As SearchNavigationWebPart
Dim value As String

value = instance.QueryGroupName

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

Property value

Type: System.String

See also

Reference

SearchNavigationWebPart class

SearchNavigationWebPart members

Microsoft.Office.Server.Search.WebControls namespace