Item Property
Description
Returns the specified ParameterDefinition object.
Property type
Read-only property
Syntax
Visual Basic
Public Property Item( _
   ByVal Position As Variant _
) As ParameterDefinition
Parameters
Position
The name or position of the ParameterDefinition item you want to retrieve.  Position values begin with 1.  To specify the last position in the list, enter -1.
Example
See Also