Share via


InformationPanelMessageEventArgs.Message Property

Gets the event data associated with InformationPanelMessageEventArgs.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Message As InformationPanelMessage
    Get
'Usage
Dim instance As InformationPanelMessageEventArgs
Dim value As InformationPanelMessage

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