'Declaration
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.Element, ElementName="Elements", IsNullable=True)> <System.ComponentModel.BrowsableAttribute(False)> Public ReadOnly Property Elements As ElementCollection
'Usage
Dim instance As Entry Dim value As ElementCollection value = instance.Elements
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.Element, ElementName="Elements", IsNullable=true)] [System.ComponentModel.Browsable(false)] public ElementCollection Elements {get;}