Click or drag to resize

OrchestratorConfigTrimOutputValues Property

True means that leading and trailing spaces will be trimmed from output values. False (default) means that all spaces are preserved. Values get trimmed before surrounding in quotes (per QuotationMode setting).

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

Property Value

Type: Boolean
See Also