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.