SearchResultsBaseDatasource.RemoveDuplicates property

Gets or sets a Boolean value that specifies whether to remove duplicate items from the federated search results.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property RemoveDuplicates As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Boolean

value = instance.RemoveDuplicates

instance.RemoveDuplicates = value
public bool RemoveDuplicates { get; set; }

Property value

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

See also

Reference

SearchResultsBaseDatasource class

SearchResultsBaseDatasource members

Microsoft.Office.Server.Search.WebControls namespace