Compartilhar via


UserProfileManager.GetUserProfile method (String)

Obtém o objeto UserProfile para o nome de conta especificado.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public Function GetUserProfile ( _
    strAccountName As String _
) As UserProfile
'Uso
Dim instance As UserProfileManager
Dim strAccountName As String
Dim returnValue As UserProfile

returnValue = instance.GetUserProfile(strAccountName)
public UserProfile GetUserProfile(
    string strAccountName
)

Parâmetros

  • strAccountName
    Type: System.String

    O nome da conta do perfil do usuário.

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.UserProfile
que representa um perfil de usuário.

Ver também

Referência

UserProfileManager class

UserProfileManager members

GetUserProfile overload

Microsoft.Office.Server.UserProfiles namespace