Compartir a través de


IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.LockoutEnabled Propiedad

Definición

Obtiene o establece una marca que indica si el usuario podría estar bloqueado.

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

Valor de propiedad

True si el usuario podría bloquearse; de lo contrario, false.

Se aplica a