expression.Url As String
where expression is a variable that represents a WebDocument Object
expression.Url As String
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
public Property GetURL() As String
Get
Return WDocument.Url
End Sub
End Property