Click or drag to resize
AbstractInfoBaseTInfoTryGetAutomaticProperty Method
Tries to get the automatic property value for underlying object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected bool TryGetAutomaticProperty(
	string columnName,
	ref Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Returning value

Return Value

Type: Boolean
See Also