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



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Booking Class : AddAgreedBookingValue Property
Represents an optional Element in the XML document
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqClsOptAttribute("addAgreedBookingValue", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.AddAgreedBookingValue)>
Public Property AddAgreedBookingValue As AddAgreedBookingValue
'Usage
 
Dim instance As Booking
Dim value As AddAgreedBookingValue
 
instance.AddAgreedBookingValue = value
 
value = instance.AddAgreedBookingValue
[LiquidTechnologies.Runtime.ElementInfoSeqClsOpt("addAgreedBookingValue", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.AddAgreedBookingValue)]
public AddAgreedBookingValue AddAgreedBookingValue {get; set;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsOpt("addAgreedBookingValue", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.AddAgreedBookingValue)]
public:
property AddAgreedBookingValue^ AddAgreedBookingValue {
   AddAgreedBookingValue^ get();
   void set (    AddAgreedBookingValue^ value);
}
Remarks
This property is represented as an Element in the XML. It is optional, initially it is Nothing.
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