Maximum number of connection to MVSP server that the pool may contain


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property MaxCapacity As Integer
C#
public int MaxCapacity { get; set; }
C++
public property int MaxCapacity sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_MaxCapacity();

/** property */
public void set_MaxCapacity(int value);
JScript
public function get MaxCapacity() : int

public function set MaxCapacity(value : int);

Property Value

Integer containing the maximum number of connections to the MVSP server that the pool may contain.

See Also