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 the set of refinement filters used when issuing a refinement query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property RefinementFilters As String
Get
Set
'Usage
Dim instance As Location
Dim value As String
value = instance.RefinementFilters
instance.RefinementFilters = value
public string RefinementFilters { get; set; }
Property Value
Type: System.String
A string containing a set of refinement (drill down) tokens separated by space. Refinement tokens are returned as part of the RefinementResults table for the previous query. For details, see Specifying Refiners