IdentityResult.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.
Indicateur indiquant si l’opération a réussi ou non.
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 l’opération a réussi, sinon false.