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

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

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

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

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

Remarks

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

See Also