GetterAccessMode property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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