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

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

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Type
See Also