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!

HttpUrl.Path

Path to resource.

[Visual Basic]
Overridable Public ReadOnly Property Path As String
[C#]
public string Path {virtual get;}
[C++]
public: __property virtual String* get_Path();
[JScript]
public function get Path() : String;

Property Value

Default value is null.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace