AbstractInfoBaseTInfoTryGetAutomaticProperty Method |
Tries to get the automatic property value for underlying object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected bool TryGetAutomaticProperty(
string columnName,
ref Object value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
Returning value
Return Value
Type:
BooleanSee Also