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

Specifies whether the condition chunk is in a read-only (i.e., immutable or locked) state

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

Syntax

C#
public bool IsReadOnly { get; internal set; }

Remarks

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

See Also