Dela via


ExceptionMessageBox.IsCheckboxChecked 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 IsCheckboxChecked() instead.

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

Syntax

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

value = instance.IsCheckboxChecked

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

Property Value

Type: System.Boolean
A Boolean value.