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

SP.List Class

Remarks

If HasExternalDataSource is false, the server must return null.

See Also

Reference

SP.List Methods

SP.List Properties

SP Namespace