Share via


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

value = instance.SortList
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public SortCollection SortList { get; internal set; }

Property value

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

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.SharePoint.Search.Query namespace