SearchServiceApplicationInfo.MaxKeywordQueryTextLength property

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

Syntax

'Declaration
<DataMemberAttribute(Order := )> _
Public Property MaxKeywordQueryTextLength As Integer
    Get
    Set
'Usage
Dim instance As SearchServiceApplicationInfo
Dim value As Integer

value = instance.MaxKeywordQueryTextLength

instance.MaxKeywordQueryTextLength = value
[DataMemberAttribute(Order = )]
public int MaxKeywordQueryTextLength { get; set; }

Property value

Type: System.Int32

See also

Reference

SearchServiceApplicationInfo class

SearchServiceApplicationInfo members

Microsoft.Office.Server.Search.Query namespace