SignInResult.IsLockedOut Property

Definition

Returns a flag indication whether the user attempting to sign-in is locked out.

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

Property Value

True if the user attempting to sign-in is locked out, otherwise false.

Applies to