Compartilhar via


KeywordQueryProperties.SortList property

Obtém a lista de propriedades pelas quais os resultados da pesquisa são ordenados.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property SortList As SortCollection
    Get
    Friend Set
'Uso
Dim instance As KeywordQueryProperties
Dim value As SortCollection

value = instance.SortList
[DataMemberAttribute]
public SortCollection SortList { get; internal set; }

Property value

Type: Microsoft.Office.Server.Search.Query.SortCollection
A lista de propriedades e a direção em que os resultados da pesquisa são ordenados.

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace