PropertyRegistration::GetPropertyName
Defined in:
Returns the human-readable property name.
C4Properties.h
Prototype
const char *GetPropertyName(void) const;
Description
The GetPropertyName
function returns the human-readable property name for a particular property registration. The property name is established when the property registration is constructed.
See Also