Share via


WebTestResultCondition.StopCondition Property

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: System.Boolean
A condition that could stop the Web performance test execution when encountered during the test.

.NET Framework Security

See Also

Reference

WebTestResultCondition Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace