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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property WebTestContext^ Context { WebTestContext^ get(); internal: void set(WebTestContext^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestContext^A WebTestContext object.
Show: