Gets the registry key of the application data specific to the roaming user.
[Visual Basic] Public Shared ReadOnly Property UserAppDataRegistry As RegistryKey [C#] public static RegistryKey UserAppDataRegistry {get;} [C++] public: __property static RegistryKey* get_UserAppDataRegistry(); [JScript] public static function get UserAppDataRegistry() : RegistryKey;
A RegistryKey representing the registry key for the application data specific to the roaming user, or a null reference (in Visual Basic Nothing) if the key does not exist.
Information can only be written into the UserAppDataRegistry at install time.
A roaming user works on more than one computer in a network. A roaming user's profile is kept on a server on the network and is loaded onto a system when they log in.
Application Class | Application Members | System.WinForms Namespace | UserAppDataPath