Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides RankingManager.QuerySuggestionsEnabled.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Property QuerySuggestionsEnabled As Boolean
Get
Set
'Usage
Dim instance As Ranking
Dim value As Boolean
value = instance.QuerySuggestionsEnabled
instance.QuerySuggestionsEnabled = value
public override bool QuerySuggestionsEnabled { get; set; }
Property value
Type: System.Boolean