SignInResult.Succeeded Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un indicateur indiquant si la connexion a réussi.
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
Valeur de propriété
True si la connexion a réussi, sinon false.