Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Application::CommonAppDataRegistry Property

 

Gets the registry key for the application data that is shared among all users.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property RegistryKey^ CommonAppDataRegistry {
	static RegistryKey^ get();
}

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
Return to top
Show: