Gets or sets the maximum number of connections in the connection pool.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public int MaxConnections { get; set; }
Visual Basic
Public Property MaxConnections As Integer
	Get
	Set
Visual C++
public:
property int MaxConnections {
	int get ();
	void set (int value);
}

Field Value

The maximum number of connections in the pool.

See Also