SearchResultsBaseDatasource.RemoveDuplicates Property
Gets or sets a Boolean value that specifies whether duplicate items should be removed 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