ITestRun.ErrorMessage Propriedade
Obtém ou define uma breve descrição de uma falha, se houver.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string ErrorMessage { get; set; }
property String^ ErrorMessage {
String^ get();
void set(String^ value);
}
abstract ErrorMessage : string with get, set
Property ErrorMessage As String
Valor de propriedade
Type: System.String
Uma breve descrição de uma falha, se houver.
Consulte também
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo