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
Remarks
Applies To
Gets the collection of name/value pairs that specify the CSOM expando properties.
var value = SP.PropertyValues.get_fieldValues();
Property Value
Type: Dictionary
The collection of CSOM expando property name/value pairs.
Remarks
The name portion of the name/value pairs is the name of CSOM expando field, and the value portion of the name/value pairs is the value of the CSOM expando field.