Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTest::Context Property

 

Gets or sets an object that contains context variables that are available to the Web performance test at run time.

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

public:
property WebTestContext^ Context {
	WebTestContext^ get();
	internal: void set(WebTestContext^ value);
}
Return to top
Show: