SP.ListCreationInformation.dataSourceProperties Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the properties of the data source of the new list.
var value = SP.ListCreationInformation.get_dataSourceProperties();
SP.ListCreationInformation.set_dataSourceProperties(value);
Property Value
Type: Dictionary
Applies To
SP.ListCreationInformation Class
Remarks
If it is not null, it must contain the following keys: "LobSystemInstance", "EntityNamespace", "Entity", and "SpecificFinder".
See Also
Reference
SP.ListCreationInformation Methods