Gets and sets the User Name
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[SortOrderAttribute(0)] [MaxLengthAttribute(100)] [IsReadOnlyAttribute(true)] [RequiredAttribute(true)] public string Username { get; set; } |
Visual Basic |
---|
<SortOrderAttribute(0)> <MaxLengthAttribute(100)> <IsReadOnlyAttribute(true)> <RequiredAttribute(true)> Public Property Username As String Get Set |