SP.FieldLookupValue object

Specifies the value of a lookup for a field within a list item.

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

var object = new SP.FieldLookupValue()

Members

The FieldLookupValue object has the following members.

Constructor

The FieldLookupValue object has the following constructor.

Constructor

Description

FieldLookupValue

Initializes a new instance of the SP.FieldLookupValue object.

Methods

The FieldLookupValue object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The FieldLookupValue object has the following properties.

Property

Description

lookupId

Gets or sets the identifier (ID) of the list item that this instance of the lookup field is referring to.

lookupValue

Gets a summary of the list item that this instance of the lookup field is referring to.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.