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




The syntax release number of the current message.

Syntax

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

Remarks

For EDI dialects such as EDIFACT which have different levels of syntax support, the release number, is returned by this method.

This method returns null if the dialect does not have a syntax level or if the current segment is not in a message.

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.