VirtualUserScript 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

public bool ReadOnly { get; }

Field Value

true if the dictionary is read-only; otherwise, false.

Implements

IDataDictionary ReadOnly
See Also