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::ErrorOccurred Property

 

Gets or sets the Boolean value that indicates whether an error occurred.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

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

Property Value

Type: System::Boolean

The Boolean value that indicates whether an error occurred.

Return to top
Show: