Skip to main content
All docs
V25.2
  • SecurityStrategyBase.UserName Property

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

    Namespace: DevExpress.ExpressApp.Security

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

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

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

    Property Value

    Type Description
    String

    The current user name. This property always returns null.

    Implements

    See Also