KeywordQueryProperties.Refiners Property
Gets or sets the set of refiners to be returned in a search result.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Refiners As String
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As String
value = instance.Refiners
instance.Refiners = value
[DataMemberAttribute]
public string Refiners { get; set; }
Property Value
Type: System.String
A string containing a comma separated list of refiners.