Gets or sets the first name of the membership user.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public string LastName { get; set; }
Visual Basic (Declaration)
Public Property LastName As String

Field Value

The last name of the membership user.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.

See Also