Skip to main content
All docs
V23.2
.NET Framework 4.5.2+

ISecurityUserLockout.LockoutEnd Property

The date and time (UTC) when user lockout ends.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

DateTime LockoutEnd { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the date and time (UTC) when user lockout ends.

See Also