JAMS 6.x Help
Submit.ParameterCollection Class
Members 


A Submit.ParameterCollection holds a collection of Submit.Parameters
Object Model
Submit.ParameterCollection Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.SerializableAttribute()>
Public Class Submit.ParameterCollection 
   Inherits System.Collections.Generic.List(Of Submit.Parameter)
'Usage
 
Dim instance As Submit.ParameterCollection
[System.Reflection.DefaultMember("Item")]
[System.Serializable()]
public class Submit.ParameterCollection : System.Collections.Generic.List<Submit.Parameter> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      MVPSI.JAMS.Submit.ParameterCollection

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

Submit.ParameterCollection Members
MVPSI.JAMS Namespace

Send Feedback