This property is not supported.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property InboundDispatcherEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> InboundDispatcherEnabled { get; set; } |
C++ |
---|
property Nullable<bool> InboundDispatcherEnabled abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_InboundDispatcherEnabled(); /** property */ public void set_InboundDispatcherEnabled(Nullable<bool> value); |
JScript |
---|
public function get InboundDispatcherEnabled() : Nullable<bool> public function set InboundDispatcherEnabled(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ