KeywordQuery.CustomRefinementIntervals property
Gets or sets the refinement intervals that should be imposed on the refinements.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
Get
Set
'Usage
Dim instance As KeywordQuery
Dim value As IDictionary(Of String, IList(Of RefinementInterval))
value = instance.CustomRefinementIntervals
instance.CustomRefinementIntervals = value
public IDictionary<string, IList<RefinementInterval>> CustomRefinementIntervals { get; set; }
Property value
Type: System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
The refinement intervals.