The ReadOnly property indicates whether changes can be made to the NBElement.
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:
BooleanReturns true if this element is part of a message that is read only.