Click or drag to resize
BaseInfoGetPropertyType Method
Gets the type of the given property

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual Type GetPropertyType(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Type
See Also