IniSectionCollectionItem(String) Property
Gets or sets the
IniSection that matches the specified section name.
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniSection this[
string sectionName
] { get; set; }
Public Default Property Item (
sectionName As String
) As IniSection
Get
Set
Dim instance As IniSectionCollection
Dim sectionName As String
Dim value As IniSection
value = instance(sectionName)
instance(sectionName) = value
public:
property IniSection^ default[String^ sectionName] {
IniSection^ get (String^ sectionName);
void set (String^ sectionName, IniSection^ value);
}
No code example is currently available or this language may not be supported.
- sectionName String
-
The section name.
IniSection
The
IniSection.