SignInResult.IsLockedOut 属性

定义

返回一个标志,指示尝试登录的用户是否已锁定。

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

属性值

如果尝试登录的用户被锁定,则为 True,否则为 false。

适用于