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 Constructor

Initializes an instance of the Url class.

[Visual Basic]
Public Sub New( _
   ByVal name As String _
)
[C#]
public Url(
   string name
);
[C++]
public: Url(
   String* name
);
[JScript]
public function Url(
   name : String
);

Parameters

name
URL of origin for the associated code assembly

See Also

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