Share via


LanguageResource.SpellingSuggestionsBlockList Property

Gets the list of spelling suggestions that are not displayed when the user is typing 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 SpellingSuggestionsBlockList As LanguageResourcePhraseList
    Get
'Usage
Dim instance As LanguageResource
Dim value As LanguageResourcePhraseList

value = instance.SpellingSuggestionsBlockList
public LanguageResourcePhraseList SpellingSuggestionsBlockList { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhraseList
The list of spelling suggestions that are not displayed when the user is typing a search query.

See Also

Reference

LanguageResource Class

LanguageResource Members

Microsoft.Office.Server.Search.Administration Namespace