Share via


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
public bool Success { get; set; }
public:
property bool Success {
    bool get ();
    void set (bool value);
}
member Success : bool with get, set
function get Success () : boolean
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 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.

Note

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

.NET Framework Security

See Also

Reference

ExtractionEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace