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.
LoadTest::Context Property
Gets the LoadTestContext for the current load test run.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
public: property LoadTestContext^ Context { LoadTestContext^ get(); internal: void set(LoadTestContext^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestContext^A LoadTestContext object.
Show: