LoadTest.Context Property

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

See Also

Reference

LoadTest Class

LoadTest Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace