JAMS Developer Guide
Elements Property (Entry)


MVPSI.JAMS Namespace > Entry Class : Elements Property
Get the list of Elements for this entry.
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members