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.

WebTestResultComment::Passed Property

 

Gets the Boolean value that indicates 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

The Boolean value that indicates whether the Web performance test passed.

Return to top
Show: