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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public Type GetPropertyType(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Type
See Also