NBElement ReadOnly Property IBM Integration Bus
The ReadOnly property indicates whether changes can be made to the NBElement.

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

public bool ReadOnly { get; }

Property Value

Type: OnlineBoolean
Returns true if this element is part of a message that is read only.
See Also