IdentityUser<TKey>.LockoutEnabled Özellik

Tanım

Kullanıcının kilitli olup olmadığını belirten bir bayrak alır veya ayarlar.

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

Özellik Değeri

Kullanıcı kilitlenebilirse True, aksi takdirde false.

Şunlara uygulanır