LanguageResource.QuerySuggestionsBlockList property

Gets the list of query suggestions that are not to be displayed in a list of possible refinements to the search query.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property QuerySuggestionsBlockList As LanguageResourcePhraseList
    Get
'Usage
Dim instance As LanguageResource
Dim value As LanguageResourcePhraseList

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

Property value

Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhraseList
The list of query suggestions that are not to be displayed in a list of possible refinements to the search query.

See also

Reference

LanguageResource class

LanguageResource members

Microsoft.Office.Server.Search.Administration namespace