IniFileSections Property

Gets or sets the initialization file (INI) sections.

Definition

Namespace: DevCase.Core.Application.UserSettings
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniSectionCollection Sections { get; set; }

Property Value

IniSectionCollection
The initialization file (INI) sections.

See Also