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