SP.PropertyValues object

Contains CSOM expando properties, which are a collection of name/value pairs.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

The CSOM expando field name is the name part in the name/value pair. The CSOM expando property value is the value part in the name/value pair.

var object = new SP.PropertyValues()

Members

The PropertyValues object has the following members.

Constructor

The PropertyValues object has the following constructor.

Constructor

Description

PropertyValues

Initializes a new instance of the SP.PropertyValues object.

Methods

The PropertyValues object has the following methods.

Method

Description

loadExpandoFields

Initializes the extended properties associated with the properties.

refreshLoad

Reloads all scalar values associated with the properties.

Properties

The PropertyValues object has the following properties.

Property

Description

fieldValues

Gets the collection of name/value pairs that specify the CSOM expando properties.

item

Gets the value of the specified CSOM expando field.