Access properties with methods
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
There are two types of methods you can use to access properties on the
RunTimeProperties class and on instances of the Connection
class:
- General property accessor methods that perform either get or set operations according to the type of method (get or set) and the property name
- Purposed property accessor methods that perform operations on properties for a specified functional purpose
The following sections describe how to access proxy properties with methods: