Gets the logon 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 UserName { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserName As String

Field Value

The logon name of the membership user.

See Also