EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

OutputData Property

Contains the output data.

Syntax

[VB.NET]
Public ReadOnlyProperty OutputData As String
Public ReadOnlyProperty OutputDataB As Byte()

[C#]
public string OutputData {get;}
public byte[] OutputDataB {get;}

Remarks

This property will be populated with the contents of the EDI data as output by the component when no OutputFile has been specified and SetOutputStream has not been called with a valid output stream.

This property is read-only.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]