ParamName Property
Description
The name of the parameter in the specified position in the StepParams collection (zero-based).
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamName( _
   ByVal nPosition As Long _
) As String
Parameters
nPosition
The position (zero-based) of this parameter in the StepParams collection.
See Also