ProfileLoader.GetUserProfile Method
Gets a UserProfile object corresponding to the current user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetUserProfile As UserProfile
'Usage
Dim instance As ProfileLoader
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile()
public UserProfile GetUserProfile()
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
The UserProfile object corresponding to the current user.