DataDirect XML Converters 5.0 Send comments on this topic.
SystemVersion Property
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > EDISegmentDetails Interface : SystemVersion Property




If there is a version of the codelists that is in context for the most recently seen header segment.

Syntax

Visual Basic (Declaration) 
ReadOnly Property SystemVersion As String
Visual Basic (Usage)Copy Code
Dim instance As EDISegmentDetails
Dim value As String
 
value = instance.SystemVersion
C# 
string SystemVersion {get;}
Managed Extensions for C++ 
__property string* get_SystemVersion();
C++/CLI 
property String^ SystemVersion {
   String^ get();
}

Remarks

For example, EDIFACT allows in the de0110 element for the header to have a specific codelist version, and this would apply to UNS segments even in the message body.

The active codelist version for the current segment, or null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.