SP.ListItemFormUpdateValue object
Represents properties of a list item field and its value.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.ListItemFormUpdateValue()
The ListItemFormUpdateValue object has the following members.
Constructor
The ListItemFormUpdateValue object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.ListItemFormUpdateValue object. |
Properties
The ListItemFormUpdateValue object has the following properties.
|
Property |
Description |
|---|---|
|
The error message result after validating the value for the field. |
|
|
The internal name of the field. |
|
|
The value of the field. |
|
|
Indicates whether there was an error result after validating the value for the field. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |