Share via


KeywordQuery.SortList Property

Gets the list of properties by which the search results are ordered.

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

Syntax

'Declaration
Public ReadOnly Property SortList As SortCollection
    Get
'Usage
Dim instance As KeywordQuery
Dim value As SortCollection

value = instance.SortList
public SortCollection SortList { get; }

Property Value

Type: Microsoft.Office.Server.Search.Query.SortCollection
The list of properties and direction by which the search results are ordered.

Remarks

For FAST Search Server 2010 for SharePoint the sorting can also be performed based on rank profile or a formula. For details, see Ranking and Sorting (FAST Search Server 2010 for SharePoint).

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace