Skip to main content
All docs
V25.1
  • .NET 8.0+

    ISecurityUserLockout.LockoutEnd Property

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

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.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