public IniSectionCollection Sections { get; set; }
Public Property Sections As IniSectionCollection
Get
Set
Dim instance As IniFile
Dim value As IniSectionCollection
value = instance.Sections
instance.Sections = value
public:
property IniSectionCollection^ Sections {
IniSectionCollection^ get ();
void set (IniSectionCollection^ value);
}
member Sections : IniSectionCollection with get, set
No code example is currently available or this language may not be supported.