Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

SecurityStrategyBase.UserName Property

To get the current user name, use the UserName property instead.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

[Browsable(false)]
public virtual string UserName { get; }

Property Value

Type Description
String

The current user name. This property always returns null.

See Also