Share via


KeywordQuery.RefinementFilters Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
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 StringCollection
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As StringCollection

value = instance.RefinementFilters

instance.RefinementFilters = value
public StringCollection RefinementFilters { get; set; }

Property Value

Type: System.Collections.Specialized.StringCollection
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.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace