SearchResultsBaseDatasource.IgnoreNoise Property

Gets or sets a Boolean value that specifies whether noise words are included in the search query passed to the federated location.

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

Syntax

'Declaration
Public Property IgnoreNoise As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Boolean

value = instance.IgnoreNoise

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

Property Value

Type: System.Boolean
true if noise words are not included in the search query; otherwise, false if they are included in the search query.

See Also

Reference

SearchResultsBaseDatasource Class

SearchResultsBaseDatasource Members

Microsoft.Office.Server.Search.WebControls Namespace