SP.PropertyValues.item Property
Applies to: SharePoint Foundation 2010
Gets the value of the specified CSOM expando field.
var value = SP.PropertyValues.get_item();
SP.PropertyValues.set_item(value);
Property Value
Type: Object
The value of the specified CSOM expando field.