ParamName Property
Description
Gets the parameter name.
Property type
Read-only property
Syntax
Visual Basic
Public Property ParamName( _
   ByVal ParamIndex As Long _
) As String
Parameters
ParamIndex
The index of the parameter in the list of project properties (zero-based).
See Also