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

    ISecurityStrategyBase.IsLogoffEnabled Property

    Indicates if the current user can log off and then log on again without restarting the application.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    bool IsLogoffEnabled { get; }

    Property Value

    Type Description
    Boolean

    true if the current user can log off and then log on again without restarting the application; otherwise, false.

    See Also