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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also