IniDocument.QuoteAllValues Property

TG.INI

IniDocumentQuoteAllValues Property

Gets or Sets whether all Value properties should be quoted on output.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool QuoteAllValues { get; set; }
Public Property QuoteAllValues As Boolean
	Get
	Set
public:
property bool QuoteAllValues {
	bool get ();
	void set (bool value);
}
member QuoteAllValues : bool with get, set

Property Value

Type: Boolean
See Also