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!

SoapAddressInfo.Url

[To be supplied.]

[Visual Basic]
Public Property Url As String
[C#]
public string Url {get; set;}
[C++]
public: __property String* get_Url();
public: __property void set_Url(String*);
[JScript]
public function get Url() : String;
public function set Url(String);

See Also

SoapAddressInfo Class | SoapAddressInfo Members | System.Web.Services.Description Namespace