Share via


KeywordQuery.Refiners Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets the set of refiners to be returned in a search result. The value for each refiner is a format string that specifies the name of a refiner and optionally a set of refinement options for this refiner. For details, see Specifying Refiners. Default: No refiners will be returned with the query result if the Refiners property is empty.

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

Syntax

'Declaration
Public Property Refiners As String
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As String

value = instance.Refiners

instance.Refiners = value
public string Refiners { get; set; }

Property Value

Type: System.String
A string containing a comma separated list of refiners with optional refinement options.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace