KeywordQueryProperties.TrimDuplicatesIncludeId property
Gets or sets the identifier (ID) of the duplicate documents to include.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TrimDuplicatesIncludeId As Long
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Long
value = instance.TrimDuplicatesIncludeId
instance.TrimDuplicatesIncludeId = value
[DataMemberAttribute]
public long TrimDuplicatesIncludeId { get; set; }
Property value
Type: System.Int64
The duplicate documents ID.