: DataResultBase.SortByList (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the list of properties to sort on.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
Public Property SortByList As String
'Uso
Dim instance As DataResultBase
Dim value As String
value = instance.SortByList
instance.SortByList = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
[DefaultValueAttribute("")]
public string SortByList { get; set; }
Valor de propiedad
A string that represents the list of properties to sort on.
Vea también
Referencia
DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)