TG.INI
IniDocumentGlobalSection Property |
Gets the Global section of the INI file.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection GlobalSection { get; }
Public ReadOnly Property GlobalSection As IniSection Get
public: property IniSection^ GlobalSection { IniSection^ get (); }
member GlobalSection : IniSection with get
Property Value
Type: IniSectionSee Also