Skip to main content
.NET 6.0+

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