ITestFailureType.Name Propriedade
Nome do tipo de falha de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Name { get; set; }
property String^ Name {
String^ get();
void set(String^ value);
}
abstract Name : string with get, set
Property Name As String
Valor de propriedade
Type: System.String
Consulte também
Interface ITestFailureType
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo