Application.UserAppDataRegistry Property

Definition

Gets the registry key for the application data of a user.

C#
public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get; }

Property Value

A RegistryKey representing the registry key for the application data specific to the user.

Remarks

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.

Applies to

Produit Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also