ISearchParameters.NoiseIgnored Property

Gets or sets the query parameter that specifies if the noise words should be ignored from the search query.

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Property NoiseIgnored As Boolean
    Get
    Set
'Usage
Dim instance As ISearchParameters
Dim value As Boolean

value = instance.NoiseIgnored

instance.NoiseIgnored = value
bool NoiseIgnored { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ISearchParameters Interface

ISearchParameters Members

Microsoft.Office.RecordsManagement.SearchAndProcess Namespace