Gets and sets the SAParameter object at the specified index.
Public Shadows Property Item( ByVal parameterName As String ) As SAParameter
public new SAParameter this[string parameterName] {get;set;}
parameterName The name of the parameter to retrieve.
The SAParameter object with the specified name.
An SAParameter object.
In C#, this property is the indexer for the SAParameterCollection object.