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