Gets the total number of elements in all the dimensions of the Array.
[Visual Basic] Public ReadOnly Property Length As Integer [C#] public int Length {get;} [C++] public: __property int get_Length(); [JScript] public function get Length() : int;
The total number of elements in all the dimensions of the Array.
Array Class | Array Members | System Namespace | GetLength | Rank