Share via


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)

Syntax

'Declaration
Public Property Message As String
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String 
function set Message (value : String)

Property Value

Type: String
A message that is associated with the ExtractionEventArgs.

Remarks

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.

.NET Framework Security

See Also

Reference

ExtractionEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace