Gets and sets the User Name
Namespace: DotNetNuke.Security.PermissionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[XmlElementAttribute("username")] public string Username { get; set; } |
| Visual Basic |
|---|
<XmlElementAttribute("username")> Public Property Username As String Get Set |