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: 11.0.0
Syntax
C#
protected virtual Type GetPropertyType(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Type
See Also