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!

HttpServerRequest.QueryString

[To be supplied.]

[Visual Basic]
MustOverride Public ReadOnly Property QueryString As _
   HttpServerValueCollection
[C#]
public HttpServerValueCollection QueryString {abstract get;}
[C++]
public: __property virtual HttpServerValueCollection*
   get_QueryString() = 0;
[JScript]
public abstract function get QueryString() :
   HttpServerValueCollection;

See Also

HttpServerRequest Class | HttpServerRequest Members | System.Web.Services.Protocols Namespace