Dela via


ExceptionMessageBox.ShowCheckbox Property

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use ShowCheckbox() instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Property ShowCheckbox As Boolean
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As Boolean

value = instance.ShowCheckbox

instance.ShowCheckbox = value
public bool ShowCheckbox { get; set; }
public:
property bool ShowCheckbox {
    bool get ();
    void set (bool value);
}
member ShowCheckbox : bool with get, set
function get ShowCheckbox () : boolean
function set ShowCheckbox (value : boolean)

Property Value

Type: System.Boolean
A Boolean value.