JAMS Developer Guide
SourceElements Property (Entry)


MVPSI.JAMS Namespace > Entry Class : SourceElements Property
Gets the collection of elements that make up the source code for this Entry
Syntax
'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;}
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