Propriedade do RDL CheckboxRegistryKey
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use CheckBoxRegistryKey instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Property CheckboxRegistryKey As RegistryKey
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.Win32. . :: . .RegistryKey
A value that represents the state of the registry key check box.