AggregateDataSource.Sources Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property Sources As DataSourceCollection
    Get
'Usage
Dim instance As AggregateDataSource
Dim value As DataSourceCollection

value = instance.Sources
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DataSourceCollection Sources { get; }

Property Value

Type: Microsoft.SharePoint.WebControls.DataSourceCollection

See Also

Reference

AggregateDataSource Class

AggregateDataSource Members

Microsoft.SharePoint.WebControls Namespace