Share via


Query.TrimDuplicates, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.search.dll)

Syntaxe

'Déclaration
Public Property TrimDuplicates As Boolean
'Utilisation
Dim instance As Query
Dim value As Boolean

value = instance.TrimDuplicates

instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }

Valeur de la propriété

true if duplicate items are removed from the search results; otherwise, false.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms