HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / QueryStringValues Class / Item Property
Specifies the required query string parameter using an integer value between 0 and the Count - 1.

In This Topic
    Item Property (QueryStringValues)
    In This Topic
    Gets the QueryStringValue object at a specified position in the list.
    Syntax
    '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.

    Property Value

    Returns a reference to the chosen QueryStringValue object.
    Remarks
    This property provides access to individual query string parameters. See C# - Using Collection Classes for language-specific information about the use of this property.
    Requirements
     
    See Also