| 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; }
Public Property RetainQuotes As Boolean
Get
Set
Property Value
Type:
BooleanSee Also