Propriedade ITestCaseResult.ComputerName
Obtém ou define o nome do computador de onde o teste foi executado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.String
O nome do computador onde o teste foi executado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.