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