JAMS Developer Guide
ContainsName Method (Submit.ParameterCollection)


MVPSI.JAMS Namespace > Submit.ParameterCollection Class : ContainsName Method
Syntax
'Declaration
 
Public Function ContainsName( _
   ByVal paramName As System.String _
) As System.Boolean
'Usage
 
Dim instance As Submit.ParameterCollection
Dim paramName As System.String
Dim value As System.Boolean
 
value = instance.ContainsName(paramName)
public System.bool ContainsName( 
   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

Submit.ParameterCollection Class
Submit.ParameterCollection Members