JAMS Developer Guide
ContainsName Method (ParamCollection)


MVPSI.JAMS Namespace > ParamCollection Class : ContainsName Method
Returns true if a parameter with the specified name exists
Syntax
'Declaration
 
Public Function ContainsName( _
   ByVal paramName As System.String _
) As System.Boolean
'Usage
 
Dim instance As ParamCollection
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

ParamCollection Class
ParamCollection Members