KeywordQueryProperties.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
<DataMemberAttribute> _
Public Property SortList As SortCollection
Get
Friend Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As SortCollection
value = instance.SortList
[DataMemberAttribute]
public SortCollection SortList { get; internal set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SortCollection
The list of properties and direction by which the search results are ordered.