SP へField.entityPropertyName プロパティ (sp.js)

Gets the name of the entity property for the list item entity that uses this field.

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.Field.get_entityPropertyName()

戻り値

Type: String

The name of the entity property.

Remarks

It must not be null. It must not be empty.

REST resource endpoint

See Field resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/entityPropertyName

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/entityPropertyName

GET syntax

GET http://<sitecollection>/<site>/_api/web/lists(listid)/fields(fieldid)/entityPropertyName