SearchAndProcessItem.TrimDuplicates Property
Gets or sets whether to trim duplicates for the search operation.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property TrimDuplicates As Boolean
Get
Set
'Usage
Dim instance As SearchAndProcessItem
Dim value As Boolean
value = instance.TrimDuplicates
instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }
Property Value
Type: System.Boolean
true to trim duplicates during the search operation, false to not trim duplicates.
Implements
ISearchParameters.TrimDuplicates
Remarks
This value is passed to the search application specified to perform the search.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace