Gets and sets the First Name

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

Syntax

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

See Also