Click or drag to resize
StepEventArgsGetValue Method
Gets the value from the object collection

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also