Share via


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.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace