Returns true if the message is read only.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public bool ReadOnly { get; }
public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Get
Public ReadOnly Property ReadOnly As Boolean
Get
public:
property bool ReadOnly {
bool get ();
}
public:
property bool ReadOnly {
bool get ();
}
member ReadOnly : bool with get
member ReadOnly : bool with get
Property Value
Type:
BooleanReadOnly returns true if the message is should not be modified.
An exception is thrown if a read only message is modified.