Compartir a través de


: DataResultBase.GroupByList (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Gets or sets the list of properties to group by.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("")> _
Public Property GroupByList As String
'Uso
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; }

Valor de propiedad

A string that represents the list of properties to group by.

Vea también

Referencia

DataResultBase (Clase)
DataResultBase (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)