Sdílet prostřednictvím


WebTestContext.ControllerName – vlastnost

Získá název počítače řadič test.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property ControllerName As String
public string ControllerName { get; }
public:
property String^ ControllerName {
    String^ get ();
}
member ControllerName : string with get
function get ControllerName () : String

Hodnota vlastnosti

Typ: System.String
Název počítače řadiče test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů

Další zdroje

Working with Agents