KeywordQuery.RefinementFilters property

Gets or sets the set of refinement filters used.

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.

See also

Reference

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace