Skip to main content
All docs
V23.2
.NET 6.0+

ISecurityStrategyBase.UserName Property

Gets the current user name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string UserName { get; }

Property Value

Type Description
String

A string that is the current user name.

See Also