PropertyRegistration::GetPropertyType
Defined in:
Returns the registered property type.
C4Properties.h
Prototype
PropertyType GetPropertyType(void) const;
Description
The GetPropertyType
function returns the property type for a particular property registration. The property type is established when the property registration is constructed.
See Also