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

Item Property (Warnings)
Gets the Warning object at a specified position in the list.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Warning
 

Parameters

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

Property Value

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