AccessMode 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 constructor, event, method, data member, or property,
Data type: Progress.Reflect.AccessMode enumeration
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Constructor class, Progress.Reflect.Event class, Progress.Reflect.Method class, Progress.Reflect.Property class, Progress.Reflect.Variable class
When applied to a property of a class, the
AccessMode
property returns the access mode for the property itself, not for the property’s GET and SET accessors. To provide that information, the
Progress.Reflect.Property
class has two additional properties,
GetterAccessMode
and
SetterAccessMode
.