KeywordQuery.TrimDuplicatesIncludeId Property

Specifies the value associated with a collapse group, typically used when a user clicks the Duplicates (n) link of an item with duplicates.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TrimDuplicatesIncludeId As Long
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As Long

value = instance.TrimDuplicatesIncludeId

instance.TrimDuplicatesIncludeId = value
public long TrimDuplicatesIncludeId { get; set; }

Property Value

Type: System.Int64
The duplicate documents ID. This value corresponds to the value of the fcoid managed property that is returned in query results. For more information, see Managed Properties and Data Types (FAST Search Server 2010 for SharePoint).

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace