Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the refinement intervals that should be imposed on the FAST Search Server 2010 for SharePoint refinements.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As IDictionary(Of String, IList(Of RefinementInterval))
value = instance.CustomRefinementIntervals
instance.CustomRefinementIntervals = value
[DataMemberAttribute]
public IDictionary<string, IList<RefinementInterval>> CustomRefinementIntervals { get; set; }
Property Value
Type: System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
The refinement intervals.