Udostępnij za pośrednictwem


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

See Also

Reference

LoadTestContext Class

LoadTestContext Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace