Retrieves the user profile for the currently active user.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static UserProfileEntity GetUserProfile()
Visual Basic
Public Shared Function GetUserProfile As UserProfileEntity
Visual C++
public:
static UserProfileEntity^ GetUserProfile()
F#
static member GetUserProfile : unit -> UserProfileEntity 

Return Value

Type: UserProfileEntity
User profile entity, or null if the user is not logged on

See Also