  | 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
Syntaxpublic bool TrimOutputValues { get; set; }Public Property TrimOutputValues As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also