Information
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.

LoadTestContext::LoadTestRunId Property

 

Gets the ID that is associated with this load test run. Set accessor is set to internal.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property int LoadTestRunId {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The run ID.

Exception Condition
T: HYPERLINK "http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.loadtesting(v=vs.100).aspx" Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException

Run ID is not set.

Return to top
Show: