ParametersEnumerator.Item Property
Parent Object: ParametersEnumeratorDescription
Returns the specified Parameter object from the collection. This is the default property of the ParametersEnumerator collection object.
Syntax
ParametersEnumerator.Item( Index As Long ) As ParameterProperty Value
This is a read only property whose value is a Parameter.Parameters
Name | Type | Description |
Index | Long | Value that specifies the index of the Parameter to return. |