NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolDocument.URL

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;

Property Value

The URL of the current document.

See Also

ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace