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

 

Gets or sets a value that indicates whether lockout enabled for this user.

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

Syntax

public virtual bool LockoutEnabled { get; set; }
public:
property bool LockoutEnabled {
    virtual bool get();
    virtual void set(bool value);
}
abstract LockoutEnabled : bool with get, set
override LockoutEnabled : bool with get, set
Public Overridable Property LockoutEnabled As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top