Compartilhar via


KeywordQuery.CustomRefinementIntervals property

Obtém ou define os intervalos de refinamento que devem ser impostos sobre os refinamentos.

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

Syntax

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

Ver também

Referência

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace