[Visual Basic] Public Property ReadOnly IsReadOnly As Boolean _ Implements IList.IsReadOnly [C#] public bool IsReadOnly { get; } [C++] public: __property bool get_IsReadOnly(); [JScript] public function get IsReadOnly() : bool
A bool determining whether the list is read-only or not. This property is always 'false'.
CalculateValueList Class | XRules Namespace