Gets query strings.
Namespace: Ingeniux.RuntimeAssembly: 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:
NameValueCollectionImplements
ICMSEnvironment..::..QueryString
See Also