Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / Url Property
Example
In This Topic
    Url Property (WebDocument)
    In This Topic
    Gets the URL of the current document.
    Syntax
    expression.Url As String
    where expression is a variable that represents a WebDocument Object
    Example
    Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
     
    public Property GetURL() As String
    Get
    Return WDocument.Url
    End Sub
    End Property
    See Also