ManagedPropertyInfo.RemoveDuplicates property
Gets or sets whether this 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
<DataMemberAttribute> _
Public Property RemoveDuplicates As Boolean
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.RemoveDuplicates
instance.RemoveDuplicates = value
[DataMemberAttribute]
public bool RemoveDuplicates { get; set; }
Property value
Type: System.Boolean