IDataDictionary ReadOnly Property C# API
Gets a value that indicates whether this dictionary is read-only.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

bool ReadOnly { get; }

Field Value

true if this dictionary is read-only; otherwise, false.
See Also