Gets and sets the SAParameter object at the specified index.
Visual Basic
Public Property Item ( _
ByVal index As Integer _
) As SAParameter
C#
public SAParameter this [
int index
] { get; set; }
index The zero-based index of the parameter to retrieve.
The SAParameter at the specified index.
In C#, this property is the indexer for the SAParameterCollection object.