LoadTestContext.ControllerName Property
Gets the name of the computer acting 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
'Usage
Dim instance As LoadTestContext
Dim value As String
value = instance.ControllerName
instance.ControllerName = value
public string ControllerName { get; internal set; }
public:
property String^ ControllerName {
String^ get ();
void set (String^ value);
}
public function get ControllerName () : String
public function set ControllerName (value : String)
Property Value
Type: System.String
The name of the computer acting 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.