Sdílet prostřednictvím


RunInfo.AgentMachine – vlastnost

Získá název počítače, ve kterém byl spuštěn test.

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

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
A string , který obsahuje název počítače.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

RunInfo Třída

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

ComputerInfo