Reflection
TagName Property


Gets the name of the HTML tag.
Syntax
'Declaration
 
ReadOnly Property TagName As String
'Usage
 
Dim instance As IWebElement
Dim value As String
 
value = instance.TagName
string TagName {get;}
See Also