Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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