WebTestContext.ControllerName-Eigenschaft

Aktualisiert: November 2007

Ruft den Namen des Testcontroller-Computers ab.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

Public ReadOnly Property ControllerName As String

Dim instance As WebTestContext
Dim value As String

value = instance.ControllerName
public string ControllerName { get; }
public:
property String^ ControllerName {
    String^ get ();
}
public function get ControllerName () : String

Eigenschaftenwert

Typ: System.String

Der Name des Testcontroller-Computers.

Berechtigungen

Siehe auch

Referenz

WebTestContext-Klasse

WebTestContext-Member

Microsoft.VisualStudio.TestTools.WebTesting-Namespace

Weitere Ressourcen

Controller, Agents und Rigs