Back to Devexpress

LockoutOptions.Enabled Property

expressappframework-devexpress-dot-expressapp-dot-security-dot-lockoutoptions.md

latest1.5 KB
Original Source

LockoutOptions.Enabled Property

Specifies whether user lockout is enabled.

Namespace : DevExpress.ExpressApp.Security

Assembly : DevExpress.ExpressApp.Security.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Security

Declaration

csharp
public bool Enabled { get; set; }
vb
Public Property Enabled As Boolean

Property Value

TypeDescription
Boolean

true if user lockout is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Enabled
SecurityOptions

.Lockout .Enabled

|

Remarks

By default, user lockout is disabled.

See Also

LockoutOptions Class

LockoutOptions Members

DevExpress.ExpressApp.Security Namespace