The UserInfo object that represents the User whose profile is being displayed

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserInfo User { get; set; }
Visual Basic
Public Property User As UserInfo
	Get
	Set

See Also