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.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace