Send comments on this topic.
DocumentTitle Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : DocumentTitle Property
Gets the Web page title.

Syntax

 
ReadOnly Object.DocumentTitle As String

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetDocumentTitle() As String
Get
Return WControl.DocumentTitle; 
End Get
End Property

See Also