TestResultErrorInfo.Message Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Property Message As String
'使用
Dim instance As TestResultErrorInfo
Dim value As String

value = instance.Message

instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
public function get Message () : String
public function set Message (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

TestResultErrorInfo Class

TestResultErrorInfo Members

Microsoft.VisualStudio.TestTools.Common Namespace