共用方式為


KeywordQueryProperties.SortList Property

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.

See Also

Reference

KeywordQueryProperties Class

KeywordQueryProperties Members

Microsoft.SharePoint.Search.Query Namespace