Gets and sets the Last Name

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

Syntax

C#
[SortOrderAttribute(2)]
[MaxLengthAttribute(50)]
public string LastName { get; set; }
Visual Basic
<SortOrderAttribute(2)> 
<MaxLengthAttribute(50)> 
Public Property LastName As String
	Get
	Set

See Also