CMetaPropertyDesc Constructors
To create a PropertyDesc object initially, use the CMetaClassDesc object for the owning class.
To read an existing CMetaPropertyDesc, if the ObjectID or ObjectGUID is known, instantiate the object using the appropriate constructor, then use the ReadObject function.
CMetaPropertyDesc();
This is the default CMetaPropertyDesc constructor.
CMetaPropertyDesc(const GUID &GID);
This CMetaPropertyDesc constructor instantiates a CMetaPropertyDesc identified by the ObjectGUID.
CMetaPropertyDesc (const OBJECTID_t lOID);
This CMetaPropertyDesc constructor instantiates a CMetaPropertyDesc identified by the ObjectID.