Share via


Query.IgnoreAllNoiseQuery, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.search.dll)

Syntaxe

'Déclaration
Public Property IgnoreAllNoiseQuery As Boolean
'Utilisation
Dim instance As Query
Dim value As Boolean

value = instance.IgnoreAllNoiseQuery

instance.IgnoreAllNoiseQuery = value
public bool IgnoreAllNoiseQuery { get; set; }

Valeur de la propriété

true if search queries containing only noise words are executed; otherwise, false.

Notes

The default value is true.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms