IniDocument Properties
From TG.INI
TG.INI
IniDocument Properties |
The IniDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| CommentLineIndicator |
Gets or Sets the string that indicates a line is a comment.
| |
| EncryptionHandler |
Get or set the IEncryptionHandler to use for encryption.
| |
| GlobalSection |
Gets the Global section of the INI file.
| |
| HasEncryptionHandler |
Gets if the EncryptionHandler property is not null.
| |
| Item |
Gets a IniSection by name.
| |
| QuoteAllValues |
Gets or Sets whether all Value properties should be quoted on output.
| |
| Sections |
Gets a collection of IniSection.
|