Свойство KeywordQueryProperties.EnableUrlSmashing
Получает или задает логическое значение, которое указывает, включена ли «Составление URL-адресов» (Создание URL-адреса путем объединения термины запроса).
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property EnableUrlSmashing As Boolean
Get
Set
'Применение
Dim instance As KeywordQueryProperties
Dim value As Boolean
value = instance.EnableUrlSmashing
instance.EnableUrlSmashing = value
[DataMemberAttribute]
public bool EnableUrlSmashing { get; set; }
Значение свойства
Тип: System.Boolean
true Если составление URL-адресов включена; в противном случае — false.