Reflection
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;}
See Also