Click or drag to resize
TimeSpanContainerGetValue Method
Gets or sets the value of the column.

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also