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.

ExtractionEventArgs::Success Property

 

Gets or sets a value that indicates whether the extraction rule succeeded.

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

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

Property Value

Type: System::Boolean

true if it did succeed; otherwise, false. The default is true.

This message is displayed after a Web performance test is run. To view the message, locate the Test Results pane and choose the Details tab. In the Validation and Extraction Rules section, examine the Results column.

System_CAPS_noteNote

The Test Results pane is different from the Test Results Details pane.

Return to top
Show: