Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to ignore noise in the search operation.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property NoiseIgnored As Boolean
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As Boolean
value = instance.NoiseIgnored
instance.NoiseIgnored = value
public bool NoiseIgnored { get; set; }
Property Value
Type: System.Boolean
To ignore noise in the search operation, true; otherwise, false.
Implements
ISearchParameters.NoiseIgnored
Remarks
This value is passed to the search application specified to perform the search.
For more information about using the SearchAndProcessItem class to perform a custom search and process operation, see Search and Process Development Process.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace