Gets the AdsParameter at the specified index in the collection. In C#, this is the indexer for the collection.
public AdsParameter this[ int index ] {get; set;}
Remarks
This retrieves the parameter from the AdsParameterCollection at the given index. The index does not refer to the AdsParameter.Index value.