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
'Usage
Dim instance As ExtractionEventArgs
Dim value As String
value = instance.Message
instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
public function get Message () : String
public function set Message (value : String)
Property Value
Type: System.String
A message that is associated with the ExtractionEventArgs.
Remarks
This message is displayed after a Web 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.