DataResultBase.SortByList Property
Gets or sets the list of properties to sort on.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property SortByList As String
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As String
value = instance.SortByList
instance.SortByList = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string SortByList { get; set; }
Property Value
Type: System.String
A string that represents the list of properties to sort on.