Click or drag to resize
TimeSpanContainerItem Property
Gets the value of the column, setter is not implemented.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
Column name

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
See Also