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<boolvalue);
}
J#
/** property */
public Nullable<bool> get_InboundDispatcherEnabled();

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

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

Remarks

See Also