Gets the name of the membership user for the current create-user, change-password, or reset-password action.

Namespace: Novalys.VisualGuard.Security
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

See Also