This property is not supported.


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

Syntax

Visual Basic (Declaration)
Property OutboundDispatcherEnabled As Nullable(Of Boolean)
C#
Nullable<bool> OutboundDispatcherEnabled { get; set; }
C++
property Nullable<bool> OutboundDispatcherEnabled abstract  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_OutboundDispatcherEnabled();

/** property */
public void set_OutboundDispatcherEnabled(Nullable<boolvalue);
JScript
public function get OutboundDispatcherEnabled() : Nullable<bool>

public function set OutboundDispatcherEnabled(value : Nullable<bool>);

Remarks

See Also