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;
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.
Information can only be written to the CommonAppDataRegistry at install time.
Application Class | Application Members | System.WinForms Namespace | CommonUserAppDataPath