Share via


PeopleManager.GetUserProfilePropertyFor(String, String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<string> GetUserProfilePropertyFor (string accountName, string propertyName);
member this.GetUserProfilePropertyFor : string * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function GetUserProfilePropertyFor (accountName As String, propertyName As String) As ClientResult(Of String)

Parameters

accountName
String
propertyName
String

Returns

Attributes

Applies to