Skip to main content
A newer version of this page is available. .

SecuritySystem.IsLogoffEnabled Property

Gets a boolean value indicating that a user can log off and then logon again without restarting the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public static bool IsLogoffEnabled { get; }

Property Value

Type Description
Boolean

A boolean value indicating that a user can log off the application.

See Also