IdentityUser<TKey, TLogin, TRole, TClaim>.LockoutEndDateUtc Property

 

Gets or sets the date time value (in UTC) when lockout ends, any time in the past is considered not locked out.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual Nullable<DateTime> LockoutEndDateUtc { get; set; }
public:
property Nullable<DateTime> LockoutEndDateUtc {
    virtual Nullable<DateTime> get();
    virtual void set(Nullable<DateTime> value);
}
abstract LockoutEndDateUtc : Nullable<DateTime> with get, set
override LockoutEndDateUtc : Nullable<DateTime> with get, set
Public Overridable Property LockoutEndDateUtc As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top