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