CoreResultsWebPart.DuplicatesRemoved Property
Gets or sets a value that indicates whether the CoreResultsWebPart displays search results with the duplicate results removed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("SearchResults_CRRemoveDuplicates", "SearchResults_CRQueryOptions", _
"SearchResults_CRRemoveDuplicates_ToolTip")> _
Public Property DuplicatesRemoved As Boolean
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean
value = instance.DuplicatesRemoved
instance.DuplicatesRemoved = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[ResourcesAttribute("SearchResults_CRRemoveDuplicates", "SearchResults_CRQueryOptions",
"SearchResults_CRRemoveDuplicates_ToolTip")]
public bool DuplicatesRemoved { get; set; }
Property Value
Type: System.Boolean
true if duplicate results are removed; otherwise, false.