Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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.