Partager via


WebTestResultLoopIteration.ErrorOccurred, propriété

Obtient ou définit une valeur 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
true si une erreur s'est produite ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultLoopIteration Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms