Query.TrimDuplicates Property
Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property TrimDuplicates As Boolean
Get
Set
'Usage
Dim instance As Query
Dim value As Boolean
value = instance.TrimDuplicates
instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }
Property Value
Type: System.Boolean
true if duplicate items are removed from the search results; otherwise, false.