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.Copy

Creates an equivalent copy of the URL object.

[Visual Basic]
Public Function Copy() As Object
[C#]
public object Copy();
[C++]
public: Object* Copy();
[JScript]
public function Copy() : Object;

Return Value

An equivalent copy of the URL object.

See Also

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