InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / TagName Property


In This Topic
    TagName Property
    In This Topic
    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