Specifies whether this server is enabled for outbound replication journal processing (true) or not (false).

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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also