Свойство KeywordQuery.CustomRefinementIntervals
Получает или задает интервалы чистоты звука, которые должны применяться для уточнения.
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
Get
Set
'Применение
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; }
Значение свойства
Тип: System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
Интервалы чистоты звука.