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

 

Gets or sets a message that is associated with the results of the ExtractValues event.

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

public:
property String^ Message {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A message that is associated with the ExtractionEventArgs.

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

Return to top
Show: