Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetProperty Method
Returns property with given name (either object or property value).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public Object GetProperty(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

IHierarchicalObjectGetProperty(String)
See Also