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.CommonAppDataRegistry

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

[Visual Basic]
Public Shared ReadOnly Property CommonAppDataRegistry As _
   RegistryKey
[C#]
public static RegistryKey CommonAppDataRegistry {get;}
[C++]
public: __property static RegistryKey* get_CommonAppDataRegistry();
[JScript]
public static function get CommonAppDataRegistry() : RegistryKey;

Property Value

A RegistryKey representing the registry key of the application data that is shared among all users, or a null reference (in Visual Basic Nothing) if the key does not exist.

Remarks

Information can only be written to the CommonAppDataRegistry at install time.

See Also

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