ExceptionMessageBox.CheckboxText 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 CheckBoxText instead.

public:
 property System::String ^ CheckboxText { System::String ^ get(); void set(System::String ^ value); };
public string CheckboxText { get; set; }
member this.CheckboxText : string with get, set
Public Property CheckboxText As String

Property Value

A String value.

Applies to