Send comments on this topic.
Body Property
Attachmate.Reflection.Objects Library (Web) > WebDocument Object : Body Property
Gets the body element.

Syntax

 
ReadOnly Object.Body As WebElement

Example

Copy Code
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
 
public Property GetElementBody() As Attachmate.Reflection.Objects.Web.Msie.WebElement
Get
Return WDocument.Body
End Sub
End Property

See Also