Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ItuBodyCol Property



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Booking Class : ItuBodyCol Property
Node for Loading unit details (0-based index)
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqClsColAttribute("ituBody", 
   "", 
   XmlElementType.Element)>
Public ReadOnly Property ItuBodyCol As XmlObjectCollection(Of ItuBody)
'Usage
 
Dim instance As Booking
Dim value As XmlObjectCollection(Of ItuBody)
 
value = instance.ItuBodyCol
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("ituBody", 
   "", 
   XmlElementType.Element)]
public XmlObjectCollection<ItuBody> ItuBodyCol {get;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("ituBody", 
   "", 
   XmlElementType.Element)]
public:
property XmlObjectCollection<ItuBody^>^ ItuBodyCol {
   XmlObjectCollection<ItuBody^>^ get();
}
Remarks
This property is represented as an Element in the XML. This collection may contain 0 to Many objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Booking Class
Booking Members