Skip to main content
.NET Framework 4.5.2+

SecurityStrategy.UserName Property

Gets the current user name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public override string UserName { get; }

Property Value

Type Description
String

A string that is the current user name.

Implements

See Also