Share via


InformationPanel.Message Property

Gets or sets the message in the InformationPanel control.

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

Syntax

'Declaration
Public Property Message As InformationPanelMessage
    Get
    Set
'Usage
Dim instance As InformationPanel
Dim value As InformationPanelMessage

value = instance.Message

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

Property Value

Type: Microsoft.SqlServer.Management.Controls.InformationPanelMessage
The message in the information panel control.