Click or drag to resize
SettingsMacroContainerItem Property
Gets the setting key value based on settings key name.

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

Parameters

columnName
Type: SystemString
Setting key name.

Property Value

Type: Object

Implements

ISimpleDataContainerItemString
Exceptions
ExceptionCondition
NotImplementedExceptionThrown when setter is used.
See Also