InfoConnect for Unisys
All Property


Gets all elements underneath the current element.
Syntax
'Declaration
 
ReadOnly Property All As IWebElement()
'Usage
 
Dim instance As IWebElement
Dim value() As IWebElement
 
value = instance.All
IWebElement[] All {get;}
See Also