Gets the currently logged in user.

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserInfo UserInfo { get; }
Visual Basic
Public ReadOnly Property UserInfo As UserInfo
	Get

Field Value

The current user information.

See Also