Compartir a través de


WebTestResultCondition.ErrorOccurred (Propiedad)

Obtiene o establece el valor booleano que indica si se produjo un error.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Valor booleano que indica si se produjo un error.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultCondition Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)