Click or drag to resize
StepEventArgsSetValue Method
Sets the value to the object collection

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

Parameters

columnName
Type: SystemString
Property name
value
Type: SystemObject
Value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also