Gets and sets the Id of the User

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

Syntax

C#
public string UserName { get; set; }
Visual Basic
Public Property UserName As String
	Get
	Set

See Also