Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    ISecurityStrategyBase.UserName Property

    Gets the current user name.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.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