Back to Devexpress

ISecurityStrategyBase.IsLogoffEnabled Property

expressappframework-devexpress-dot-expressapp-dot-security-dot-isecuritystrategybase-8be9ec94.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
bool IsLogoffEnabled { get; }
vb
ReadOnly Property IsLogoffEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ISecurityStrategyBase Interface

ISecurityStrategyBase Members

DevExpress.ExpressApp.Security Namespace