Gets the logon name of the membership user.

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

Syntax

C#
public string UserName { get; }
Visual Basic
Public ReadOnly Property UserName As String
	Get

Property Value

Type: String
The logon name of the membership user.

See Also