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
public LoadTestContext Context { get; internal set; }
public:
property LoadTestContext^ Context {
LoadTestContext^ get ();
internal: void set (LoadTestContext^ value);
}
member Context : LoadTestContext with get, internal set
function get Context () : LoadTestContext
internal 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.