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

Retrieves an array of strings containing all the value names.

[Visual Basic]
Public Function GetValueNames() As String ()
[C#]
public string[] GetValueNames();
[C++]
public: String* GetValueNames() [];
[JScript]
public function GetValueNames() : String[];

Exceptions

Exception Type Condition
SecurityException The user does not have RegistryPermission.SetInclude(read, currentKey) access.

See Also

RegistryKey Class | RegistryKey Members | Microsoft.Win32 Namespace