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



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > CTIXML Class : Bookings Property
Represents a mandatory Element in the XML document
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqClsMndAttribute("bookings", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.Bookings, 
   True)>
Public Property Bookings As Bookings
'Usage
 
Dim instance As CTIXML
Dim value As Bookings
 
instance.Bookings = value
 
value = instance.Bookings
[LiquidTechnologies.Runtime.ElementInfoSeqClsMnd("bookings", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.Bookings, 
   true)]
public Bookings Bookings {get; set;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsMnd("bookings", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.Bookings, 
   true)]
public:
property Bookings^ Bookings {
   Bookings^ get();
   void set (    Bookings^ value);
}
Remarks
This property is represented as an Element in the XML. It is mandatory and therefore must be populated within the XML. If this property is set, then the object will be COPIED. If the property is set to Nothing an exception is raised.
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

CTIXML Class
CTIXML Members