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.