Share via


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

与えられたサイトのカスタム リスト テンプレートのコレクションを指定します。

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

var value = SP.Field.get_staticName ()
var value = SP.Field.set_staticName ()

戻り値

型: String

静的なフィールドの名前を含む文字列。

注釈

値がnullまたは空の場合は、サーバーがInternalNameの値を使用する必要があります。

他のリソースのエンドポイント

詳細については、フィールドのリソースを参照してください。

エンドポイント URI 構造

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

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

  • 投稿

投稿の書式

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

書式を取得します。

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