TestResultErrorInfo.Message (Propiedad)

Obtiene o establece el texto del mensaje de error del resultado de la prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property Message As String
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

Valor de propiedad

Tipo: System.String
El texto del mensaje de error del resultado de la prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestResultErrorInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)