QueryProperties.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
<DataMemberAttribute> _
Public Property TrimDuplicates As Boolean
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Boolean

value = instance.TrimDuplicates

instance.TrimDuplicates = value
[DataMemberAttribute]
public bool TrimDuplicates { get; set; }

Property value

Type: System.Boolean
true if duplicate items are removed from the search results; otherwise, false.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace