Click or drag to resize
SafeDictionaryContainerValueTypeSetValue Method
Not implemented.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.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