KeywordQuery.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
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.Office.Server.Search.Query.SortCollection
A SortCollection object.
See Also
Reference
Microsoft.Office.Server.Search.Query Namespace
Other Resources
Enterprise Search Keyword Syntax Reference