ExceptionMessageBox.Caption Property

Gets or sets the dialog box caption of the exception message box.

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Property Caption As String
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As String

value = instance.Caption

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

Property Value

Type: System.String
A String value.

Remarks

Defaults to an empty string.

If Caption is null or empty and Message is not null, the Source property value is used as the caption.