Condividi tramite


Proprietà RunInfo.AgentMachine

Ottiene il nome del computer in cui è stato eseguito il test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Valore string che contiene il nome del computer.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ComputerInfo