: Query.TrimDuplicates (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property TrimDuplicates As Boolean
'Uso
Dim instance As Query
Dim value As Boolean
value = instance.TrimDuplicates
instance.TrimDuplicates = value
public bool TrimDuplicates { get; set; }
Valor de propiedad
true if duplicate items are removed from the search results; otherwise, false.
Vea también
Referencia
Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)