[Visual Basic] Public Property Capacity As Integer [C#] public int Capacity { get; set; } [C++] public: __property int get_Capacity(); public: __property void set_Capacity(int ); [JScript] public function get Capacity() : int public function set Capacity(int);
Gets or sets the capacity of this list.
CalculateValueList Class | XRules Namespace