다음을 통해 공유


SignInResult.Succeeded 속성

정의

로그인에 성공했는지 여부를 나타내는 플래그를 반환합니다.

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

속성 값

로그인에 성공하면 True, 그렇지 않으면 false입니다.

적용 대상