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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxInboundWorkers(); /** property */ public void set_MaxInboundWorkers(Nullable<int> value); |
JScript |
---|
public function get MaxInboundWorkers() : Nullable<int> public function set MaxInboundWorkers(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2
PropertyMaximumInteger32: 4
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ