Application::CommonAppDataRegistry Property
.NET Framework (current version)
Gets the registry key for the application data that is shared among all users.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: Microsoft.Win32::RegistryKey^A RegistryKey representing the registry key of the application data that is shared among all users.
If the key does not exist, it is created in the following format:
LocalMachine\Software\CompanyName\ProductName\ProductVersion
.NET Framework
Available since 1.1
Available since 1.1
Show: