AggregateDataSource.DataSourcesString Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
<WebBrowsableAttribute(False)> _
Public Property DataSourcesString As String
Get
Set
'Usage
Dim instance As AggregateDataSource
Dim value As String
value = instance.DataSourcesString
instance.DataSourcesString = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public string DataSourcesString { get; set; }
Property Value
Type: System.String