Retrieves the specified value.
Retrieves the specified value, and returns defaultValue if the value doesn't exist. The string name is not case sensitive.
[Visual Basic] Overloads Public Function GetValue(String, Object) As Object
[C#] public object GetValue(String, Object);
[C++] public: Object* GetValue(String*, Object);
[JScript] public function GetValue(String, Object) : Object;
Retrieves the specified value, and returns null if the value doesn't exist. The string name is not case sensitive.
[Visual Basic] Overloads Public Function GetValue(String) As Object
[C#] public object GetValue(String);
[C++] public: Object* GetValue(String*);
[JScript] public function GetValue(String) : Object;
RegistryKey Class | RegistryKey Members | Microsoft.Win32 Namespace