Partilhar via


Propriedade CustomCollectorGenericErrorData.Message

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
Returns String.

Segurança do .NET Framework

Consulte também

Referência

CustomCollectorGenericErrorData Classe

Namespace Microsoft.VisualStudio.TestTools.Execution