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.QueryString

URL QueryString (everything after the "?").

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

Property Value

Default value is null.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace