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


In This Topic
    InnerText Property
    In This Topic
    Gets or sets the text assigned to the element.
    Syntax
    'Declaration
     
    
    Property InnerText As String
    'Usage
     
    
    Dim instance As IWebElement
    Dim value As String
     
    instance.InnerText = value
     
    value = instance.InnerText
    string InnerText {get; set;}
    See Also