Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / DocumentTitle Property


In This Topic
    DocumentTitle Property
    In This Topic
    Gets the Web page title.
    Syntax
    'Declaration
     
    
    ReadOnly Property DocumentTitle As String
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As String
     
    value = instance.DocumentTitle
    string DocumentTitle {get;}
    See Also