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
Remarks
It must not be null. It must contain the following keys: "LobSystemInstance", "EntityNamespace", "Entity", and "SpecificFinder".