SUMMARY
Returns true if the message is read only.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Get
public:
property bool ReadOnly {
bool get ();
}

Value
ReadOnly returns true if the message is should not be modified.

Remarks
An exception is thrown if a read only message is modified.
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0