Click or drag to resize
ServiceQueryHelperSetValue Method
Not implemented.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public bool SetValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
QueryString key
value
Type: SystemObject
New value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also