AggregateDataSource.Aggregate Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public Property Aggregate As String
Get
Set
'Usage
Dim instance As AggregateDataSource
Dim value As String
value = instance.Aggregate
instance.Aggregate = value
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public string Aggregate { get; set; }
Property Value
Type: System.String