ExceptionMessageBox.CheckboxRegistryKey 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 CheckBoxRegistryKey instead.

public:
 property Microsoft::Win32::RegistryKey ^ CheckboxRegistryKey { Microsoft::Win32::RegistryKey ^ get(); void set(Microsoft::Win32::RegistryKey ^ value); };
public Microsoft.Win32.RegistryKey CheckboxRegistryKey { get; set; }
member this.CheckboxRegistryKey : Microsoft.Win32.RegistryKey with get, set
Public Property CheckboxRegistryKey As RegistryKey

Property Value

A value that represents the state of the registry key check box.

Applies to