RegistryProxy.DynData Property

Definition

Caution

The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the framework.

Returns a RegistryKey type, which provides access to HKEY_DYNDATA.

public:
 property Microsoft::Win32::RegistryKey ^ DynData { Microsoft::Win32::RegistryKey ^ get(); };
public Microsoft.Win32.RegistryKey DynData { get; }
[System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework.  Use the PerformanceData registry key instead.  This property will be removed from a future version of the framework.")]
public Microsoft.Win32.RegistryKey DynData { get; }
member this.DynData : Microsoft.Win32.RegistryKey
[<System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework.  Use the PerformanceData registry key instead.  This property will be removed from a future version of the framework.")>]
member this.DynData : Microsoft.Win32.RegistryKey
Public ReadOnly Property DynData As RegistryKey

Property Value

RegistryKey

Attributes

Applies to

See also