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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Property HasExternalDataSource As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.HasExternalDataSource
[ClientCallablePropertyAttribute(SetProperty = false)]
public bool HasExternalDataSource { get; internal set; }

Property Value

Type: System.Boolean
true if the list has an external data source; otherwise false.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace

DataSource