[]
Gets or sets a value indicating whether subentries run in the same line as the main entry.
If true, colons (':') separate main entries from subentries, while semicolons (';') separate subentries.
Default value is false.
public bool FlatList { get; set; }
Public Property FlatList As Boolean