KeywordQuery.RefinementFilters property
Gets or sets the set of refinement filters used.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.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: Microsoft.SharePoint.Client.Search.Query.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. .