IniDocument Properties

TG.INI

IniDocument Properties

The IniDocument type exposes the following members.

Properties
  NameDescription
Public propertyCommentLineIndicator
Gets or Sets the string that indicates a line is a comment.
Public propertyEncryptionHandler
Get or set the IEncryptionHandler to use for encryption.
Public propertyGlobalSection
Gets the Global section of the INI file.
Public propertyHasEncryptionHandler
Gets if the EncryptionHandler property is not null.
Public propertyItem
Gets a IniSection by name.
Public propertyQuoteAllValues
Gets or Sets whether all Value properties should be quoted on output.
Public propertySections
Gets a collection of IniSection.
Top
See Also