Click or drag to resize
ISimpleDataContainerItem Property
Gets or sets the value of the column.

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

Parameters

columnName
Type: SystemString
Column name

Property Value

Type: Object
See Also