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 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)
Syntax
'Declaration
Public Property ControllerName As String
public string ControllerName { get; internal set; }
public:
property String^ ControllerName {
String^ get ();
internal: void set (String^ value);
}
member ControllerName : string with get, internal set
function get ControllerName () : String
internal function set ControllerName (value : String)
Property Value
Type: System.String
The name of the computer that acts as the controller for the load test run.
.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.