DataResultBase.SortByList, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the list of properties to sort on.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
Public Property SortByList As String
'Utilisation
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; }
Valeur de la propriété
A string that represents the list of properties to sort on.
Voir aussi
Référence
DataResultBase, classe
Membres DataResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms