Config Helper
Values Property



KellermanSoftware.ConfigHelper Namespace > RegistryItem Class : Values Property
Syntax
Public Property Values As Dictionary(Of String,RegistryValue)
Dim instance As RegistryItem
Dim value As Dictionary(Of String,RegistryValue)
 
instance.Values = value
 
value = instance.Values
public Dictionary<string,RegistryValue> Values {get; set;}
public:
property Dictionary<String^,RegistryValue^>^ Values {
   Dictionary<String^,RegistryValue^>^ get();
   void set (    Dictionary<String^,RegistryValue^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegistryItem Class
RegistryItem Members