Propriété CheckboxRegistryKey
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité. Use CheckBoxRegistryKey instead.
Espace de noms : Microsoft.NetEnterpriseServers
Assembly : Microsoft.NetEnterpriseServers.ExceptionMessageBox (en Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Property CheckboxRegistryKey As RegistryKey
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.Win32. . :: . .RegistryKey
A value that represents the state of the registry key check box.