Compartir a través de


ITestCaseResult.ComputerName (Propiedad)

Obtiene o establece el nombre del equipo donde se ejecutó la prueba.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property ComputerName As String
    Get
    Set
string ComputerName { get; set; }
property String^ ComputerName {
    String^ get ();
    void set (String^ value);
}
abstract ComputerName : string with get, set
function get ComputerName () : String
function set ComputerName (value : String)

Valor de propiedad

Tipo: System.String
El nombre del equipo donde se ejecutó la prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestCaseResult Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)