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