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!

Url.url

URL the code assembly originates from.

[Visual Basic]
Public ReadOnly Property url As String
[C#]
public string url {get;}
[C++]
public: __property String* get_url();
[JScript]
public function get url() : String;

Property Value

URL the code assembly originates from.

Remarks

Same as GetURL property.

See Also

Url Class | Url Members | System.Security.Policy Namespace