SP へClientContext.applicationName プロパティ (sp.js)

Gets or sets the name of the runtime where the current client application is located.

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

var value = SP.ClientContext.get_applicationName()
SP.ClientContext.set_applicationName(value)

戻り値

String
The name of the runtime where the current client application is located.

Remarks

When setting this property, the value must be between 1 and 128 characters.

関連項目

その他の技術情報

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