Config Helper
SubItems Property



KellermanSoftware.ConfigHelper Namespace > RegistryItem Class : SubItems Property
Syntax
Public Property SubItems As List(Of RegistryItem)
Dim instance As RegistryItem
Dim value As List(Of RegistryItem)
 
instance.SubItems = value
 
value = instance.SubItems
public List<RegistryItem> SubItems {get; set;}
public:
property List<RegistryItem^>^ SubItems {
   List<RegistryItem^>^ get();
   void set (    List<RegistryItem^>^ 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