Proprietà CheckboxRegistryKey
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata. Use CheckBoxRegistryKey instead.
Spazio dei nomi Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Property CheckboxRegistryKey As RegistryKey
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.Win32. . :: . .RegistryKey
A value that represents the state of the registry key check box.