Partilhar via


Propriedade RunInfo.AgentMachine

Obtém o nome do computador no qual o teste foi executado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.String
A string que contém o nome do computador.

Segurança do .NET Framework

Consulte também

Referência

RunInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common

ComputerInfo