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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client