InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Url Property


In This Topic
    Url Property (IWebControl)
    In This Topic
    Gets or sets the URL of the current Web page.
    Syntax
    'Declaration
     
    
    Property Url As Uri
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Uri
     
    instance.Url = value
     
    value = instance.Url
    Uri Url {get; set;}
    See Also