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.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual bool Dynamic { get; internal set; }
public virtual bool Dynamic { get; internal set; }
Public Overridable Property Dynamic As Boolean
Get
Friend Set
Public Overridable Property Dynamic As Boolean
Get
Friend Set
public:
virtual property bool Dynamic {
bool get ();
internal: void set (bool value);
}
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
abstract Dynamic : bool with get, internal set
override Dynamic : bool with get, internal set
Property Value
Type:
BooleanReturns true if terminal is dynamic, false otherwise.