CustomCollectorGenericErrorData.Message (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.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
Devuelva String.

Seguridad de .NET Framework

Vea también

Referencia

CustomCollectorGenericErrorData Clase

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