Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the LoadTestContext for the current load test run.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Property Context As LoadTestContext
'Usage
Dim instance As LoadTest
Dim value As LoadTestContext
value = instance.Context
instance.Context = value
public LoadTestContext Context { get; internal set; }
public:
property LoadTestContext^ Context {
LoadTestContext^ get ();
void set (LoadTestContext^ value);
}
public function get Context () : LoadTestContext
public function set Context (value : LoadTestContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestContext
A LoadTestContext object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.