prvmode - Access privilege for property
The access privilege describes the accessibility of the property.
ODC_private - accessible within the class, only
ODC_protected - accessible from outside via get...() functions
ODC_public - accessible from outside without restrictions
ODC_undefined - accessibility not defined