ResultScriptWebPart.ShowViewDuplicates property

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ShowViewDuplicates As Boolean
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As Boolean

value = instance.ShowViewDuplicates

instance.ShowViewDuplicates = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowViewDuplicates { get; set; }

Property value

Type: System.Boolean

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace