Dela via


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

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

Syntax

'Declaration
Public Property CheckboxRegistryKey As RegistryKey
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As RegistryKey

value = instance.CheckboxRegistryKey

instance.CheckboxRegistryKey = value
public RegistryKey CheckboxRegistryKey { get; set; }
public:
property RegistryKey^ CheckboxRegistryKey {
    RegistryKey^ get ();
    void set (RegistryKey^ value);
}
member CheckboxRegistryKey : RegistryKey with get, set
function get CheckboxRegistryKey () : RegistryKey
function set CheckboxRegistryKey (value : RegistryKey)

Property Value

Type: Microsoft.Win32.RegistryKey
A value that represents the state of the registry key check box.