2.2.32 Inherited

Inherited indicates the origin of the property.

 Inherited = %0x4000 / %0x0000

If the current property was originally defined in a parent class, Inherited is 0x4000; however, if the property was defined in the current class, Inherited is 0x0000.