SettingsMacroContainerItem Property |
Gets the setting key value based on settings key name.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public Object this[
string columnName
] { get; set; }
Parameters
- columnName
- Type: SystemString
Setting key name.
Property Value
Type:
ObjectImplements
ISimpleDataContainerItemStringExceptions Exception | Condition |
---|
NotImplementedException | Thrown when setter is used. |
See Also