NBTerminal Dynamic Property IBM Integration Bus
Returns true if the terminal is dynamic. A dynamic terminal is a terminal that was added to a node by a messageflow designer rather than being a static attribute which was added to the node when it was written.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual bool Dynamic { get; internal set; }

Property Value

Type: OnlineBoolean
Returns true if terminal is dynamic, false otherwise.
See Also