SetterAccessMode 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 SET accessor of the property. If the property has a SET accessor without an implementation,
SetterAccessMode
returns the access mode of the property itself. If the property has no defined SET accessor,
SetterAccessMode
returns the Unknown value (
?
).
Data type: Progress.Reflect.AccessMode enumeration
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Property class