LanguageResource.SpellingSuggestionsAlwaysSuggestList Property
Gets the list of phrases that are always suggested when the user has entered a different spelling of a phrase in a search query.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property SpellingSuggestionsAlwaysSuggestList As LanguageResourcePhraseList
Get
'Usage
Dim instance As LanguageResource
Dim value As LanguageResourcePhraseList
value = instance.SpellingSuggestionsAlwaysSuggestList
public LanguageResourcePhraseList SpellingSuggestionsAlwaysSuggestList { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhraseList
The list of phrases that are always suggested when the user has entered a different spelling of a phrase in a search query.