Partager via


WebTestResultCondition.ErrorOccurred, propriété

Obtient ou définit une valeur booléenne qui indique si une erreur s'est produite.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property ErrorOccurred As Boolean
    Get
    Friend Set
public bool ErrorOccurred { get; internal set; }
public:
property bool ErrorOccurred {
    bool get ();
    internal: void set (bool value);
}
member ErrorOccurred : bool with get, internal set
function get ErrorOccurred () : boolean
internal function set ErrorOccurred (value : boolean)

Valeur de propriété

Type : System.Boolean
La valeur booléenne qui indique si une erreur s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultCondition Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms