DataConnectionMessageReceivedEventArgs.Message (Propiedad)

Obtiene el mensaje de texto.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Un valor de String que representa el mensaje de texto.

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionMessageReceivedEventArgs Clase

Microsoft.VisualStudio.Data.Services (Espacio de nombres)