SearchServiceApplicationInfo.QuerySuggestionsEnabled Property
Gets a Boolean value specifying whether query suggestions are enabled.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property QuerySuggestionsEnabled As Boolean
Get
Friend Set
'Usage
Dim instance As SearchServiceApplicationInfo
Dim value As Boolean
value = instance.QuerySuggestionsEnabled
[DataMemberAttribute]
public bool QuerySuggestionsEnabled { get; internal set; }
Property Value
Type: System.Boolean
true if query suggestions are enabled; otherwise false.
See Also
Reference
SearchServiceApplicationInfo Class