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