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!

URLAttribute Constructor

[To be supplied.]

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

Parameters

callsiteURL
[To be supplied.]

See Also

URLAttribute Class | URLAttribute Members | System.Runtime.Remoting Namespace