Share via


DataResultBase.SortByList property

Gets or sets the list of properties to sort on.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property SortByList As String
    Get
    Set
'Usage
Dim instance As DataResultBase
Dim value As String

value = instance.SortByList

instance.SortByList = value
public string SortByList { get; set; }

Property value

Type: System.String
A string that represents the list of properties to sort on.

See also

Reference

DataResultBase class

DataResultBase members

Microsoft.SharePoint.Portal.WebControls namespace