Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Property SortList As SortCollection
Get
Friend Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As SortCollection
value = instance.SortList
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.