Click or drag to resize
ClassStructureInfoTryGetValue Method
Returns value of column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool TryGetValue(
	IDataClass obj,
	string columnName,
	out Object value
)

Parameters

obj
Type: CMS.DataEngineIDataClass
Object
columnName
Type: SystemString
Column name
value
Type: SystemObject
Returns the value

Return Value

Type: Boolean
Returns true if the operation was successful (the value was present)
See Also