Condividi tramite


Proprietà WebTestResultLoopIteration.ErrorOccurred

Ottiene o imposta un valore che indica se si è verificato un errore.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property ErrorOccurred As Boolean
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)

Valore proprietà

Tipo: Boolean
true se si è verificato un errore. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultLoopIteration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting