InfoConnect for Airlines
Images Property


Gets a collection of all the image tags in the document.
Syntax
'Declaration
 
ReadOnly Property Images As IWebElement()
'Usage
 
Dim instance As IWebDocument
Dim value() As IWebElement
 
value = instance.Images
IWebElement[] Images {get;}
See Also