SP へUserProfiles.UserProfilePropertiesForUser オブジェクト (sp.userprofiles)

指定したユーザーのユーザー プロファイルのプロパティのセットを表します。

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

var object = new SP.UserProfiles.UserProfilePropertiesForUser(context, accountName, propertyNames)

メンバー

UserProfilePropertiesForUserオブジェクトでは、次のメンバーがあります。

コンストラクター

UserProfilePropertiesForUserオブジェクトでは、次のコンスがあります。

プロパティ

説明

UserProfilePropertiesForUser

Initializes a new instance of the UserProfilePropertiesForUser object.

メソッド

UserProfilePropertiesForUserオブジェクトでは、次の方法があります。

メソッド

説明

getPropertyNames

Gets the user profile property names that are specified in the constructor.

プロパティ

UserProfilePropertiesForUserオブジェクトでは、次のプロパティがあります。

プロパティ

説明

accountName

Gets or sets the account name of the target user.

関連項目

その他の技術情報

の SPユーザーの名前空間

SharePoint 2013 で JavaScript オブジェクトモデルを使用して、ユーザー プロファイル プロパティを取得する方法