InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Title Property


In This Topic
    Title Property
    In This Topic
    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