SP.PropertyValues.fieldValues Property
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.