KeywordQueryProperties.RefinementFilters property

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
<DataMemberAttribute> _
Public Property RefinementFilters As StringCollection
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As StringCollection

value = instance.RefinementFilters

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

Property value

Type: System.Collections.Specialized.StringCollection
A collection of refinement (drill down) filters.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace