Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property bool StopCondition {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

A condition that could stop the Web performance test execution when encountered during the test.

Return to top
Show: