Try OpenEdge Now
.NET Open Clients
Accessing Proxy Properties
:
Accessing properties with methods
:
General property accessor methods for the RunTimeProperties class
:
Example
Example
For example, to set the
PROGRESS.Session.InitialConnections
property to 5, use the following method to set an integer property:
RunTimeProperties.SetIntProperty("PROGRESS.Session.InitialConnections",5);