ExceptionMessageBox.IsCheckboxChecked Property

Definition

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.

public:
 property bool IsCheckboxChecked { bool get(); void set(bool value); };
public bool IsCheckboxChecked { get; set; }
member this.IsCheckboxChecked : bool with get, set
Public Property IsCheckboxChecked As Boolean

Property Value

A Boolean value.

Applies to