Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an object representing the refinement manager which configures the query refinement calculation and mergers the refinement filters.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property RefinementManager As RefinementManager
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As RefinementManager
value = instance.RefinementManager
instance.RefinementManager = value
public RefinementManager RefinementManager { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.WebControls.RefinementManager
Returns RefinementManager.
Implements
IRefinableRuntime.RefinementManager