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




The syntax level number of the current message.

Syntax

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

Remarks

For EDI dialects such as EDIFACT which have different levels of syntax support, the major version 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.