Compartilhar via


ProfileLoader.GetUserProfile method

Obtém um objeto UserProfile correspondente ao usuário atual.

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

Syntax

'Declaração
Public Function GetUserProfile As UserProfile
'Uso
Dim instance As ProfileLoader
Dim returnValue As UserProfile

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

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.UserProfile
O objeto UserProfile correspondente ao usuário atual.

Ver também

Referência

ProfileLoader class

ProfileLoader members

Microsoft.Office.Server.UserProfiles namespace