Click or drag to resize
SettingsMacroContainer.GetValue Method
Gets the setting key value.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: System.String
Setting key name

Return Value

Type: Object

Implements

ISimpleDataContainer.GetValue(String)
See Also