Type Property
Description
Gets the parameter type: predefined, null, or regular.
Property type
Read-only property
Syntax
Visual Basic
Public Property Type( _
   ByVal vParam As Variant _
) As Long
Parameters
vParam
Either the index (zero-based) in the StepParams collection, or the name of the parameter.
See Also