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