Specifies whether this server is enabled for outbound replication journal processing
(true) or not (false).
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property OutboundDispatcherEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> OutboundDispatcherEnabled { get; set; } |
Visual C++ |
---|
property Nullable<bool> OutboundDispatcherEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_outboundDispatcherEnabled(); function set_outboundDispatcherEnabled(value); |
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