Skip to main content
All docs
V23.2
.NET 6.0+

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.v23.2.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