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)
Syntax
'Declaration
Public Property Success As Boolean
'Usage
Dim instance As ExtractionEventArgs
Dim value As Boolean
value = instance.Success
instance.Success = value
public bool Success { get; set; }
public:
property bool Success {
bool get ();
void set (bool value);
}
public function get Success () : boolean
public function set Success (value : boolean)
Property Value
Type: System.Boolean
true if it did succeed; otherwise, false. The default is true.
Remarks
This message is displayed after a Web 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.
Note
The Test Results pane is different from the Test Results Details pane.
.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.