ISearchParameters.TrimDuplicates Property
Gets or sets a search query parameter that specifies whether the duplicate search results should be trimmed.
Namespace: Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Property TrimDuplicates As Boolean
Get
Set
'Usage
Dim instance As ISearchParameters
Dim value As Boolean
value = instance.TrimDuplicates
instance.TrimDuplicates = value
bool TrimDuplicates { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
Microsoft.Office.RecordsManagement.SearchAndProcess Namespace