DataDirect XML Converters 5.0 Send comments on this topic.
ControllingAgency Property
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > EDIConverterException Class : ControllingAgency Property




The controlling agency as specified in the EDI header.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ControllingAgency As String
Visual Basic (Usage)Copy Code
Dim instance As EDIConverterException
Dim value As String
 
value = instance.ControllingAgency
C# 
public string ControllingAgency {get;}
Managed Extensions for C++ 
public: __property string* get_ControllingAgency();
C++/CLI 
public:
property String^ ControllingAgency {
   String^ get();
}

Remarks

For X12, this is the full version number as specified in GS08, since the MessageRelease is set to the normalized six-digit version number. This way, user applications can query this field to get any 'X' suffix or extended version numbering for local dialects like HIPAA.

For EDIFACT, this comes from the UNH0204 or UIH0105 elements.

Returns null if the dialect does not have a controlling agency or if no header is in context.

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.