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