Gets the registry key for the application data of a user.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Public Shared ReadOnly Property UserAppDataRegistry As RegistryKeypublic static RegistryKey UserAppDataRegistry { get; }public:
static property RegistryKey^ UserAppDataRegistry {
RegistryKey^ get ();
}static member UserAppDataRegistry : RegistryKey
Property Value
Type: Microsoft.Win32A RegistryKey representing the registry key for the application data specific to the user.
If the key does not exist, it is created in the following format:
CurrentUser\Software\CompanyName\ProductName\ProductVersion
Data stored in this key is part of user profile that is enabled for roaming. A roaming user works on more than one computer in a network. The user profile for a roaming user is kept on a server on the network and is loaded onto a system when the user logs on. For a user profile to be considered for roaming, the operating system must support roaming profiles and it must be enabled.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.