This property is not supported.


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

Syntax

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

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

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

Remarks

See Also