SP.List.dataSource Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets the data source associated with the list, or null if the list is not a virtual list.
var value = SP.List.get_dataSource();
Property Value
Type: SP.ListDataSource
Applies To
Remarks
If HasExternalDataSource is false, the server must return null.