Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.