InputFormat Property
The format of the input data.
Syntax
public VdatranslatorInputFormats InputFormat { get; set; }
enum VdatranslatorInputFormats { vifXML, vifJSON, vifVDA }
Public Property InputFormat As VdatranslatorInputFormats
Enum VdatranslatorInputFormats vifXML vifJSON vifVDA End Enum
Default Value
5
Remarks
This property specifies the format of the input data. The value set here, along with OutputFormat, determines how the data is converted when Translate is called.
Possible values are:
- 0 (ifXML)
- 1 (ifJSON)
- 5 (ifVDA)
This property is not available at design time.