次の方法で共有


PeopleManager.GetPropertiesFor メソッド

指定されたユーザーのユーザー プロパティを取得します。

名前空間:  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 Function GetPropertiesFor ( _
    accountName As String _
) As PersonProperties
'使用
Dim instance As PeopleManager
Dim accountName As String
Dim returnValue As PersonProperties

returnValue = instance.GetPropertiesFor(accountName)
public PersonProperties GetPropertiesFor(
    string accountName
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.UserProfiles.PersonProperties

注釈

この方法を使用する方法を示すコードの例では、 [方法] SharePoint 2013 の .NET クライアント オブジェクト モデルを使用してユーザー プロファイル プロパティを取得するを参照してください。

関連項目

参照先

PeopleManager クラス

PeopleManager メンバー

Microsoft.SharePoint.Client.UserProfiles 名前空間