JAMS Developer Guide
Param Constructor(String)


MVPSI.JAMS Namespace > Param Class > Param Constructor : Param Constructor(String)
Creates a new Parameter with the specified name.
Syntax
'Declaration
 
Public Function New( _
   ByVal paramName As System.String _
)
'Usage
 
Dim paramName As System.String
 
Dim instance As New Param(paramName)
public Param( 
   System.string paramName
)

Parameters

paramName
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

Param Class
Param Members
Overload List