Click or drag to resize
ServiceQueryHelperGetValue Method
Gets the value from QueryString.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public Object GetValue(
	string key
)

Parameters

key
Type: SystemString
QueryString key

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also