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


In This Topic
    Id Property (IWebElement)
    In This Topic
    Gets or sets a label by which to identify the element.
    Syntax
    'Declaration
     
    
    Property Id As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    instance.Id = value
     
    value = instance.Id
    string Id {get; set;}
    See Also