SUMMARY
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.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public virtual bool Dynamic { get; internal set; }
Public Overridable Property Dynamic As Boolean
Get
Friend Set
public:
virtual property bool Dynamic {
bool get ();
internal: void set (bool value);
}
abstract Dynamic : bool with get, internal set
override Dynamic : bool with get, internal set

Value
Returns true if terminal is dynamic, false otherwise.
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0