 | RegRegistryBasePath property |
Base path in which a setting is searched for in the registry.
If the path contains one of the RegistryRoots, e.g. "HKEY_CURRENT_USER", then
the internally set RegistryRoot has also been changed.
The default for the internally set RegistryRoot is "HKEY_LOCAL_MACHINE".
Default: ""
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntaxpublic string RegistryBasePath { get; set; }
Public Property RegistryBasePath As String
Get
Set
public:
property String^ RegistryBasePath {
String^ get ();
void set (String^ value);
}
member RegistryBasePath : string with get, set
Property value
String
See also