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