Skip to main content
All docs
V24.1
.NET 6.0+

ISecurityStrategyBase.UserName Property

Gets the current user name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string UserName { get; }

Property Value

Type Description
String

A string that is the current user name.

See Also