KeywordQuery.SortList property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property SortList As SortCollection
    Get
'Usage
Dim instance As KeywordQuery
Dim value As SortCollection

value = instance.SortList
[ObsoleteAttribute("This class is obsolete.")]
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