SP へFieldLookupValue オブジェクト (sp.js)

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

**適用対象:**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

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。