Click or drag to resize
SettingsMacroContainerSetValue Method
Not implemented method. Throws exception in all cases.

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

Parameters

columnName
Type: SystemString
value
Type: SystemObject

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
Exceptions
ExceptionCondition
NotImplementedException
See Also