SearchServiceApplication.DiscoveryMaxKeywordQueryTextLength property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DiscoveryMaxKeywordQueryTextLength As Integer
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer
value = instance.DiscoveryMaxKeywordQueryTextLength
instance.DiscoveryMaxKeywordQueryTextLength = value
public int DiscoveryMaxKeywordQueryTextLength { get; set; }
Property value
Type: System.Int32
See also
Reference
SearchServiceApplication class