OutputFormat Property
The format of the output data.
Syntax
public EdifacttranslatorOutputFormats OutputFormat { get; set; }
enum EdifacttranslatorOutputFormats { eofXML, eofJSON, eofEDIFACT }
Public Property OutputFormat As EdifacttranslatorOutputFormats
Enum EdifacttranslatorOutputFormats eofXML eofJSON eofEDIFACT 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)
- 2 (ofEDIFACT)
This property is not available at design time.