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

Version Property

The MLLP version to use.

Syntax

[VB.NET]
Public Property Version As MllpclientVersions

[C#]
public MllpclientVersions Version {get; set;}

enum MllpclientVersions { mvVersion1, mvVersion2 }

Remarks

This property specifies the MLLP version the component should use. Valid values are:

  • mvVersion1 (1) - MLLP Version 1
  • mvVersion2 (2) - MLLP Version 2 (default)

When using MLLP version 1, there are no acknowledgements, so the AckIn and AckOut events will never fire.

This property is not available at design time.

Default Value

2

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