SP.PropertyValues object
Contains CSOM expando properties, which are a collection of name/value pairs.
Last modified: March 09, 2015
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()
The PropertyValues object has the following members.
Constructor
The PropertyValues object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.PropertyValues object. |
Methods
The PropertyValues object has the following methods.
|
Method |
Description |
|---|---|
|
Initializes the extended properties associated with the properties. |
|
|
Reloads all scalar values associated with the properties. |
Properties
The PropertyValues object has the following properties.
|
Property |
Description |
|---|---|
|
Gets the collection of name/value pairs that specify the CSOM expando properties. |
|
|
Gets the value of the specified CSOM expando field. |