IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.LockoutEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,指出使用者是否可以鎖定。
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
屬性值
如果使用者可能遭到鎖定,則為 True,否則為 false。