JAMS 6.x Help
Submit.Parameter Constructor(String,Object)


The parameter name
The value of the parameter
Creates a new Submit.Parameter with the specified name and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal paramName As System.String, _
   ByVal paramValue As System.Object _
)
'Usage
 
Dim paramName As System.String
Dim paramValue As System.Object
 
Dim instance As New Submit.Parameter(paramName, paramValue)
public Submit.Parameter( 
   System.string paramName,
   System.object paramValue
)

Parameters

paramName
The parameter name
paramValue
The value of the parameter
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.Parameter Class
Submit.Parameter Members
Overload List