DataConnectionMessageReceivedEventArgs.Message Property

Gets the text message.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

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

Property Value

Type: System.String

A String value representing the text message.

Permissions

See Also

Reference

DataConnectionMessageReceivedEventArgs Class

DataConnectionMessageReceivedEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace