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

ISecurityUserLockout.AccessFailedCount Property

The number of failed login attempts for the current user.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

int AccessFailedCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of failed login attempts for the current user.

See Also