Sdílet prostřednictvím


WebTestContext.AgentName – vlastnost

Získá název agenta počítače, na kterém WebTest je spuštěna.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Název agenta.

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