Set property methods
- Last Updated: November 11, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Set property methods
|
propName
The property name. This can be any of the properties listed in the tables in Available properties.
propValue
The value for the property name.
For example, to set the PROGRESS.Session.initialConnections property
to 5, use the following method to set an integer property:
|
Where ConnectObj is an instance of the com.progress.open4gl.proxy.Connection class.