Compartilhar via


KeywordQueryProperties.CustomRefinementIntervals property

Obtém ou define os intervalos de refinamento que devem ser impostos sobre os refinamentos de FAST Search Server 2010 for SharePoint .

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
    Get
    Set
'Uso
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>>
Os intervalos de refinamento.

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace