Gets the URL of the current document.
[Visual Basic] ReadOnly Property URL As String [C#] string URL {get;} [C++] String* get_URL() = 0; [JScript] abstract function get URL() : String;
The URL of the current document.
ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace