ResultInfo.CompletedSuccessfully 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.
Obtient True
si l'exécution a abouti ou False
en présence d'une exception.
public:
property bool CompletedSuccessfully { bool get(); };
public bool CompletedSuccessfully { get; }
member this.CompletedSuccessfully : bool
Public ReadOnly Property CompletedSuccessfully As Boolean
Valeur de propriété
True
si l'exécution a réussi. Sinon, false
.