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



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Bookings Class : ReplyRequestCol Property
A collection of replyRequestCols
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqClsColAttribute("replyRequest", 
   "", 
   XmlElementType.Element)>
Public ReadOnly Property ReplyRequestCol As XmlObjectCollection(Of ReplyRequest)
'Usage
 
Dim instance As Bookings
Dim value As XmlObjectCollection(Of ReplyRequest)
 
value = instance.ReplyRequestCol
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("replyRequest", 
   "", 
   XmlElementType.Element)]
public XmlObjectCollection<ReplyRequest> ReplyRequestCol {get;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("replyRequest", 
   "", 
   XmlElementType.Element)]
public:
property XmlObjectCollection<ReplyRequest^>^ ReplyRequestCol {
   XmlObjectCollection<ReplyRequest^>^ 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

Bookings Class
Bookings Members