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 a value that indicates whether the list has an external data source.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Boolean
true if the list has an external data source; otherwise false.