Gets and sets the First Name
Namespace: DotNetNuke.Entities.UsersAssembly: 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 |