Compartilhar via


Propriedade DataConnectionMessageReceivedEventArgs.Message

Recebe a mensagem de texto.

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

Sintaxe

'Declaração
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Valor de propriedade

Tipo: System.String
Um valor de String que representa a mensagem de texto.

Segurança do .NET Framework

Consulte também

Referência

DataConnectionMessageReceivedEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Services