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)

ToggleSyntax

Visual Basic (Declaration)
Property FcpPoolMaxInUse As Nullable(Of Integer)
C#
Nullable<int> FcpPoolMaxInUse { get; set; }
Visual C++
property Nullable<int> FcpPoolMaxInUse {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_fcpPoolMaxInUse();
function set_fcpPoolMaxInUse(value);

ToggleRemarks

ToggleSee Also