'Declaration
<LiquidTechnologies.Runtime.ElementInfoSeqClsColAttribute("supplier", "", XmlElementType.Element)> Public ReadOnly Property SupplierCol As XmlObjectCollection(Of Supplier)
'Usage
Dim instance As Bookings Dim value As XmlObjectCollection(Of Supplier) value = instance.SupplierCol
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("supplier", "", XmlElementType.Element)] public XmlObjectCollection<Supplier> SupplierCol {get;}
[LiquidTechnologies.Runtime.ElementInfoSeqClsCol("supplier", "", XmlElementType.Element)] public: property XmlObjectCollection<Supplier^>^ SupplierCol { XmlObjectCollection<Supplier^>^ get(); }