| 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
Syntaxpublic Object this[
string columnName
] { get; set; }Parameters
- columnName
- Type: SystemString
Setting key name.
Property Value
Type:
ObjectImplements
ISimpleDataContainerItemString
Exceptions| Exception | Condition |
|---|
| NotImplementedException | Thrown when setter is used. |
See Also