company logo

PropertyHandle :: GetPrivilege - Get access privilege for reference

The function returns the access privilege for the property.

Return value:  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

Implementation details

PIADEF PropertyHandle  :: GetPrivilege (  )