次の方法で共有


PeopleManager.GetUserProfilePropertyFor メソッド

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

名前空間:  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 GetUserProfilePropertyFor ( _
    accountName As String, _
    propertyName As String _
) As ClientResult(Of String)
'使用
Dim instance As PeopleManager
Dim accountName As String
Dim propertyName As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetUserProfilePropertyFor(accountName, _
    propertyName)
public ClientResult<string> GetUserProfilePropertyFor(
    string accountName,
    string propertyName
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<String>

関連項目

参照先

PeopleManager クラス

PeopleManager メンバー

Microsoft.SharePoint.Client.UserProfiles 名前空間