Access properties directly
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In addition to using the property accessor methods, you can access properties directly.
When accessing these properties on the RunTimeProperties class,
use the class name to access the property. For example:
|
When calling these properties on a Connection object,
use the instance of the object to access the property. For example:
|
Where ConnectObj is an instance of the Progress.Open4GL.Proxy.Connection class.