ExtractionEventArgs.WebTest Property

Gets the Web performance test that contains the request that triggered the extraction event.

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

Syntax

'Declaration
Public ReadOnly Property WebTest As WebTest
public WebTest WebTest { get; }
public:
property WebTest^ WebTest {
    WebTest^ get ();
}
member WebTest : WebTest
function get WebTest () : WebTest

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
A WebTest object.

Remarks

This is used to add information to the WebTestContext from extraction rules.

.NET Framework Security

See Also

Reference

ExtractionEventArgs Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace