CMetaProperty Constructors
The first step for users of the CMetaProperty class is to instantiate the CMetaProperty by calling one of the CMetaProperty constructors.
CMetaProperty(void)
This CMetaProperty Class constructor is the default constructor and takes no arguments. It instantiates a CMetaProperty with default values.
CMetaProperty(const CMetaProperty &metaProperty)
This CMetaProperty Class constructor instantiates a CMetaProperty and copies the values from the specified CMetaProperty object.