[This is preliminary documentation and is subject to change.]

Specifies whether the module is in a read-only (i.e., immutable) state

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public bool IsReadOnly { get; }

Remarks

Note
The read/write state of a module is changed during the commit/retract process

See Also