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
Gets or sets a value that indicates whether the list in a Meeting Workspace site contains data for multiple meeting instances within the site.
var value = SP.List.get_multipleDataList();
SP.List.set_multipleDataList(value);
Property Value
Type: Boolean
true to indicate that the list contains data for multiple meeting instances; otherwise, false.