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


In This Topic
    Name Property (IWebElement)
    In This Topic
    Gets or sets the name of the element.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also