Gets query strings.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public NameValueCollection QueryString { get; protected set; }
Visual Basic
Public Property QueryString As NameValueCollection
	Get
	Protected Set
Visual C++
public:
virtual property NameValueCollection^ QueryString {
	NameValueCollection^ get () sealed;
	protected: void set (NameValueCollection^ value) sealed;
}

Property Value

Type: NameValueCollection

Implements

ICMSEnvironment..::..QueryString

See Also