GetterAccessMode property
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns an instance of
Progress.Reflect.AccessMode
that indicates the access mode for the GET accessor of the property. If the property has a GET accessor without an implementation,
GetterAccessMode
returns the access mode of the property itself. If the property has no defined GET accessor,
GetterAccessMode
returns the Unknown value (
?
).
Data type: Progress.Reflect.AccessMode enumeration
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Property class