InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / DocumentCompletedEventArgs Class / Url Property
Example


In This Topic
    Url Property (DocumentCompletedEventArgs)
    In This Topic
    URL that points to the document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Url As Uri
    'Usage
     
    
    Dim instance As DocumentCompletedEventArgs
    Dim value As Uri
     
    value = instance.Url
    public Uri Url {get;}
    Example
    Attachmate.Reflection.Web.Msie.DocumentCompletedEventArgs doc ;
    Uri uri = doc.Url;
    See Also