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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected override Type GetPropertyType(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Type
See Also