IdentityUser<TKey>.LockoutEnabled Property

Definition

Gets or sets a flag indicating if the user could be locked out.

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

Property Value

True if the user could be locked out, otherwise false.

Applies to