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( _ ByVal name As String, _ ByVal defaultValue As Object _ ) As Object [C#] public object GetValue( string name, object defaultValue ); [C++] public: Object* GetValue( String* name, Object* defaultValue ); [JScript] public function GetValue( name : String, defaultValue : Object ) : Object;
RegistryKey Class | RegistryKey Members | Microsoft.Win32 Namespace | RegistryKey.GetValue Overload List