Reflection .NET API
Attachmate.Reflection Assembly / 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
See Also