ManagedProperty.RemoveDuplicates property

Gets or sets a Boolean value indicating whether the managed property receives multiple values if there are duplicates.

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

Syntax

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

value = instance.RemoveDuplicates

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

Property value

Type: System.Boolean
true if the managed property value does not receive multiple values for duplicates; otherwise, false.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace