PropertyHandle :: GetPrivilege - Get access privilege for reference
The function returns the access privilege for the 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