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!

XmlUrlResolver.BaseUri

Gets or sets the base URL used to resolve relative URLs when GetEntity is called.

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

Property Value

The base URL used to resolve relative URLs when GetEntity is called.

See Also

XmlUrlResolver Class | XmlUrlResolver Members | System.NewXml Namespace