Click or drag to resize
EnumDataContainerItem Property
Returns the value of given enumeration item.

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

Parameters

columnName
Type: SystemString
Name of the enumeration item

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
See Also