Compartilhar via


KeywordQuery.CollapseSpecification property

Obtém ou define critérios a serem usados para recolher os resultados da pesquisa.

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

Syntax

'Declaração
Public Property CollapseSpecification As String
    Get
    Set
'Uso
Dim instance As KeywordQuery
Dim value As String

value = instance.CollapseSpecification

instance.CollapseSpecification = value
public string CollapseSpecification { get; set; }

Property value

Type: System.String

Comentários

Para obter mais informações sobre como usar essa propriedade, consulte Customizing search results in SharePoint 2013

Ver também

Referência

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace