LockoutOptions.AllowedForNewUsers 屬性

定義

取得或設定旗標,指出是否可以鎖定新的使用者。預設值為 true。

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

屬性值

如果新建立的使用者可以鎖定,則為 True,否則為 false。

備註

預設為 true。

適用於