Compartir a través de


del método PeopleManager.GetUserProfilePropertyFor

Obtiene la propiedad de perfil de usuario especificada para el usuario indicado.

Espacio de nombres:  Microsoft.SharePoint.Client.UserProfiles
Ensamblados:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxis

'Declaración
Public Function GetUserProfilePropertyFor ( _
    accountName As String, _
    propertyName As String _
) As ClientResult(Of String)
'Uso
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
)

Parámetros

Valor devuelto

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

Vea también

Referencia

clase PeopleManager

Miembros PeopleManager

Espacio de nombres Microsoft.SharePoint.Client.UserProfiles