NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Application.UserAppDataRegistry

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;

Property Value

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.

Remarks

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.

See Also

Application Class | Application Members | System.WinForms Namespace | UserAppDataPath