OutputFormat Property
The format of the output data.
Syntax
public TradacomstranslatorOutputFormats OutputFormat { get; set; }
enum TradacomstranslatorOutputFormats { tofXML, tofJSON, tofTRADACOMS }
Public Property OutputFormat As TradacomstranslatorOutputFormats
Enum TradacomstranslatorOutputFormats tofXML tofJSON tofTRADACOMS End Enum
Default Value
0
Remarks
This property specifies the format of the output data. The value set here, along with InputFormat, determines how the data is converted when Translate is called.
Possible values are:
- 0 (ofXML)
- 1 (ofJSON)
- 4 (ofTRADACOMS)
This property is not available at design time.