AggregateDataSourceView.Sources property
Sources property. Read-only. Contains all the copy of datasource controls. Since we are parserChildren(true), APS.Net will automatically generate the control list in the parsing time.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property Sources As DataSourceCollection
Get
'Usage
Dim instance As AggregateDataSourceView
Dim value As DataSourceCollection
value = instance.Sources
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public DataSourceCollection Sources { get; }
Property value
Type: Microsoft.SharePoint.WebControls.DataSourceCollection