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


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