InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Body Property


In This Topic
    Body Property
    In This Topic
    Gets the body element.
    Syntax
    'Declaration
     
    
    ReadOnly Property Body As IWebElement
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As IWebElement
     
    value = instance.Body
    IWebElement Body {get;}
    See Also