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