SP.ListDataSource.properties Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets the properties associated with the connection to the data source.

var value = SP.ListDataSource.get_properties(); 

Property Value

Type: Dictionary

Applies To

SP.ListDataSource Class

Remarks

It must not be null. It must contain the following keys: "LobSystemInstance", "EntityNamespace", "Entity", and "SpecificFinder".

See Also

Reference

SP.ListDataSource Methods

SP.ListDataSource Properties

SP Namespace