Share via


KeywordQuery.SortList Property

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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.SharePoint.Search.Query.SortCollection
Returns the list of properties and the direction by which the search results are ordered.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.SharePoint.Search.Query Namespace