SettingsMacroContainerTryGetValue Method |
Gets setting key value for specified setting key name.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool TryGetValue(
string columnName,
out Object value
)
Parameters
- columnName
- Type: SystemString
Setting key name - value
- Type: SystemObject
Setting key value
Return Value
Type:
Booleantruewhen setting key was found; otherwise
false.
Implements
IDataContainerTryGetValue(String, Object)See Also