DataResultBase.GroupByList, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the list of properties to group by.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("")> _
Public Property GroupByList As String
'Utilisation
Dim instance As DataResultBase
Dim value As String
value = instance.GroupByList
instance.GroupByList = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute("")]
public string GroupByList { get; set; }
Valeur de la propriété
A string that represents the list of properties to group by.
Voir aussi
Référence
DataResultBase, classe
Membres DataResultBase
Microsoft.SharePoint.Portal.WebControls, espace de noms