JAMS Developer Guide
Add(String,Object) Method


MVPSI.JAMS Namespace > Submit.ParameterCollection Class > Add Method : Add(String,Object) Method
Adds a new parameter with the specified name and value.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal paramName As System.String, _
   ByVal paramValue As System.Object _
) 
'Usage
 
Dim instance As Submit.ParameterCollection
Dim paramName As System.String
Dim paramValue As System.Object
 
instance.Add(paramName, paramValue)
public void Add( 
   System.string paramName,
   System.object paramValue
)

Parameters

paramName
paramValue
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 Class
Submit.ParameterCollection Members
Overload List