RefinementManager.QueryNumber property

Gets or sets the Cross-Web Part query identifier (ID) of the refinement manager.

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

Syntax

'Declaration
Public Property QueryNumber As QueryId
    Get
    Set
'Usage
Dim instance As RefinementManager
Dim value As QueryId

value = instance.QueryNumber

instance.QueryNumber = value
public QueryId QueryNumber { get; set; }

Property value

Type: Microsoft.Office.Server.Search.WebControls.QueryId
One of the enumeration values that indicates the Cross-Web Part query ID of the refinement manager.

Remarks

The default value of this property Query1. Resulting Web Parts with the same query ID will interact with each other and then display data from the same query.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace