ITestElement.AbortRunOnAgentFailure 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 ou définit une valeur qui indique s'il faut abandonner l'intégralité de la série de tests en cas d'échec d'un agent de test.
public:
property bool AbortRunOnAgentFailure { bool get(); void set(bool value); };
public bool AbortRunOnAgentFailure { get; set; }
member this.AbortRunOnAgentFailure : bool with get, set
Public Property AbortRunOnAgentFailure As Boolean
Valeur de propriété
true pour abandonner l’intégralité de la série de tests en cas d’échec d’un agent de test ; Sinon, false.