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!

RegistryKey.GetValue

Retrieves the specified value.

Overload List

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;

See Also

RegistryKey Class | RegistryKey Members | Microsoft.Win32 Namespace