Condividi tramite


Proprietà WebTestResultCondition.ErrorOccurred

Ottiene o imposta il valore booleano 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
Valore booleano che indica se si è verificato un errore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultCondition Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting