NBMessage ReadOnly Property IBM Integration Bus
Returns true if the message is read only.

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
ReadOnly returns true if the message is should not be modified.
Remarks

An exception is thrown if a read only message is modified.
See Also