Share via


CoreResultsWebPart.DuplicatesRemoved Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SharePoint.Search.WebControls
Assembly: Microsoft.SharePoint.Search (in microsoft.sharepoint.search.dll)

Syntax

'Declaration
<ResourcesAttribute("SearchResults_CRRemoveDuplicates", "SearchResults_CRQueryOptions", "SearchResults_CRRemoveDuplicates_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property DuplicatesRemoved As Boolean
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean

value = instance.DuplicatesRemoved

instance.DuplicatesRemoved = value
[ResourcesAttribute("SearchResults_CRRemoveDuplicates", "SearchResults_CRQueryOptions", "SearchResults_CRRemoveDuplicates_ToolTip")] 
[PersonalizableAttribute(PersonalizationScope.Shared)] 
public bool DuplicatesRemoved { get; set; }

See Also

Reference

CoreResultsWebPart Class
CoreResultsWebPart Members
Microsoft.SharePoint.Search.WebControls Namespace