SPList.HasExternalDataSource property
Gets a value that indicates whether the list has an external data source.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HasExternalDataSource As Boolean
Get
Friend Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.HasExternalDataSource
public bool HasExternalDataSource { get; internal set; }
Property value
Type: System.Boolean
true if the list has an external data source; otherwise false.