AggregateDataSourceView.DataSourcesString Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataSourcesString As String
Get
Set
'Usage
Dim instance As AggregateDataSourceView
Dim value As String
value = instance.DataSourcesString
instance.DataSourcesString = value
public string DataSourcesString { get; set; }
Property Value
Type: System.String