Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data source for a list that has an external data source.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property DataSource As SPListDataSource
Get
Friend Set
'Usage
Dim instance As SPList
Dim value As SPListDataSource
value = instance.DataSource
public SPListDataSource DataSource { get; internal set; }
Type: Microsoft.SharePoint.SPListDataSource
An object that represents the external data source or a null reference (Nothing in Visual Basic) if the list has no external data source.