Click or drag to resize

OrchestratorConfigRetainQuotes Property

True will keep double quotes surrounding values if any; false (default) will strip surrounding quotes. Note that quotes are stripped before possible trimming; so unless quote is the very 1st character, quotes will be retained regardless of this setting.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool RetainQuotes { get; set; }

Property Value

Type: Boolean
See Also