Sdílet prostřednictvím


CustomCollectorGenericErrorData.Message – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Vrátí String.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

CustomCollectorGenericErrorData Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů