Gets and sets the Display Name

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

Syntax

C#
[SortOrderAttribute(3)]
[RequiredAttribute(true)]
[MaxLengthAttribute(128)]
public string DisplayName { get; set; }
Visual Basic
<SortOrderAttribute(3)> 
<RequiredAttribute(true)> 
<MaxLengthAttribute(128)> 
Public Property DisplayName As String
	Get
	Set

See Also