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



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Bookings Class : MsgTime Property
Represents an optional Element in the XML document
Syntax
'Declaration
 
<LiquidTechnologies.Runtime.ElementInfoSeqClsOptAttribute("msgTime", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.MsgTime)>
Public Property MsgTime As MsgTime
'Usage
 
Dim instance As Bookings
Dim value As MsgTime
 
instance.MsgTime = value
 
value = instance.MsgTime
[LiquidTechnologies.Runtime.ElementInfoSeqClsOpt("msgTime", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.MsgTime)]
public MsgTime MsgTime {get; set;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsOpt("msgTime", 
   "", 
   XmlElementType.Element, 
   edi.lkwwalter.cioi.EDITrainV162Lib.MsgTime)]
public:
property MsgTime^ MsgTime {
   MsgTime^ get();
   void set (    MsgTime^ 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

Bookings Class
Bookings Members