KeywordQueryProperties.TrimDuplicatesOnProperty Property
Gets or sets the property the duplicates trimming is based on.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TrimDuplicatesOnProperty As String
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As String
value = instance.TrimDuplicatesOnProperty
instance.TrimDuplicatesOnProperty = value
[DataMemberAttribute]
public string TrimDuplicatesOnProperty { get; set; }
Property Value
Type: System.String
The property name.