Gets the logon name of the membership user.

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

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