KeywordQuery.RefinementFilters_Client property

The client-callable equivalent of RefinementFilters.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property RefinementFilters_Client As ClientStringCollection
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As ClientStringCollection

value = instance.RefinementFilters_Client

instance.RefinementFilters_Client = value
public ClientStringCollection RefinementFilters_Client { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.ClientStringCollection
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