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!

Registry.DynData

The Windows Registry base key HKEY_DYN_DATA.

[Visual Basic]
Public Shared ReadOnly DynData As RegistryKey
[C#]
public static readonly RegistryKey DynData;
[C++]
public: static readonly RegistryKey* DynData;
[JScript]
public static var DynData : RegistryKey;

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace