The maximum number of concurrent connections allowed for the fixed content device. A value of -1 indicates that there is no limit.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property FcpPoolMaxInUse As Nullable(Of Integer)
C#
Nullable<int> FcpPoolMaxInUse { get; set; }
C++
property Nullable<int> FcpPoolMaxInUse abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_FcpPoolMaxInUse();

/** property */
public void set_FcpPoolMaxInUse(Nullable<intvalue);
JScript
public function get FcpPoolMaxInUse() : Nullable<int>

public function set FcpPoolMaxInUse(value : Nullable<int>);

Remarks

See Also