JAMS Developer Guide
Parameters Property (Entry)


MVPSI.JAMS Namespace > Entry Class : Parameters Property
Gets the list of Parameters for this entry.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.Param, 
   ElementName="Parameter", 
   IsNullable=True)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Parameters As EntryParamCollection
'Usage
 
Dim instance As Entry
Dim value As EntryParamCollection
 
value = instance.Parameters
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.Param, 
   ElementName="Parameter", 
   IsNullable=true)]
[System.ComponentModel.Browsable(false)]
public EntryParamCollection Parameters {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