'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As POSTParameter
public POSTParameter this[ int index ]; {get;}
Parameters
- index
- Specifies the required post parameter using an integer value between 0 and the Count - 1.