Attachmate Reflection 2014 .NET API Reference
Title Property


Gets or sets the text value of the title tag in the current HTML document.
Syntax
'Declaration
 
Property Title As String
'Usage
 
Dim instance As IWebDocument
Dim value As String
 
instance.Title = value
 
value = instance.Title
string Title {get; set;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IWebDocument Interface
IWebDocument Members

Send Feedback