ParamExist Property
Description
Checks if a parameter with the specified name exists.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamExist( _
   ByVal ParamName As String _
) As Boolean
Parameters
ParamName
The name of the parameter.
See Also