 | RegCurrentRegistryRoot property |
The currently set RegistryRoot
Default: RegistryRoot.HkeyLocalMachine
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntaxpublic RegistryRoot CurrentRegistryRoot { get; set; }
Public Property CurrentRegistryRoot As RegistryRoot
Get
Set
public:
property RegistryRoot CurrentRegistryRoot {
RegistryRoot get ();
void set (RegistryRoot value);
}
member CurrentRegistryRoot : RegistryRoot with get, set
Property value
RegistryRoot
See also