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::ControllerName Property

 

Gets the name of the computer that acts as the controller for the load test run.

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

public:
property String^ ControllerName {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The name of the computer that acts as the controller for the load test run.

Return to top
Show: