Reflection
Url Property (DocumentCompletedEventArgs)
Example 


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