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.

WebTestResultPage::Passed Property

 

Gets the Boolean value that indicates of whether the Web performance test passed.

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

public:
property bool Passed {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the Web performance test passed; otherwise, false.

Return to top
Show: