Condividi tramite


Proprietà ITestCaseResult.ComputerName

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

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property ComputerName As String
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)

Valore proprietà

Tipo: System.String
Nome del computer in cui è stato eseguito il test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResult Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client