Свойство SearchServiceApplicationInfo.MaxKeywordQueryTextLength
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<DataMemberAttribute(Order := )> _
Public Property MaxKeywordQueryTextLength As Integer
Get
Set
'Применение
Dim instance As SearchServiceApplicationInfo
Dim value As Integer
value = instance.MaxKeywordQueryTextLength
instance.MaxKeywordQueryTextLength = value
[DataMemberAttribute(Order = )]
public int MaxKeywordQueryTextLength { get; set; }
Значение свойства
Тип: System.Int32
См. также
Справочные материалы
SearchServiceApplicationInfo класс