HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Entries Class / Item Property
Specifies the required Entry object using an integer value between 0 and the Count - 1.

In This Topic
    Item Property (Entries)
    In This Topic
    Gets the Entry at a specified position in the list.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Entry
    public Entry this[ 
       int index
    ]; {get;}

    Parameters

    index
    Specifies the required Entry object using an integer value between 0 and the Count - 1.

    Property Value

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