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



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

CustomsInformation Class
CustomsInformation Members