Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a condition that could stop the Web performance test execution when encountered during the test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property StopCondition As Boolean
public bool StopCondition { get; internal set; }
public:
property bool StopCondition {
bool get ();
internal: void set (bool value);
}
member StopCondition : bool with get, internal set
function get StopCondition () : boolean
internal function set StopCondition (value : boolean)
Property Value
Type: Boolean
A condition that could stop the Web performance test execution when encountered during the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.