次の方法で共有


UserProfile クラス

ユーザーのクライアント側のユーザー プロファイルを表します。

継承階層

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.UserProfiles.UserProfile

名前空間:  Microsoft.SharePoint.Client.UserProfiles
アセンブリ:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 内);  Microsoft.SharePoint.Client.UserProfiles.Phone (Microsoft.SharePoint.Client.UserProfiles.Phone.dll 内)  Microsoft.SharePoint.Client.UserProfiles (Microsoft.SharePoint.Client.UserProfiles.dll 内)

構文

'宣言
Public Class UserProfile _
    Inherits ClientObject
'使用
Dim instance As UserProfile
public class UserProfile : ClientObject

注釈

クライアント側UserProfileオブジェクトは、現在のユーザーの個人用サイトを作成する方法を提供します。ただし、サーバー側UserProfileオブジェクトに含まれるユーザーのプロパティはありません。クライアント側のコードからユーザーのプロパティにアクセスするには、 PeopleManagerオブジェクトから次の方法のいずれかを使用: GetMyPropertiesGetPropertiesForすべてのプロパティ ( PersonProperties.UserProfilePropertiesプロパティに格納されて) またはGetUserProfilePropertiesForと特定のプロパティを取得するGetUserProfilePropertyForを取得します。

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

UserProfile メンバー

Microsoft.SharePoint.Client.UserProfiles 名前空間