The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Array.Rank Property
.NET Framework 1.1
Gets the rank (number of dimensions) of the Array.
[Visual Basic] Public ReadOnly Property Rank As Integer [C#] public int Rank {get;} [C++] public: __property int get_Rank(); [JScript] public function get Rank() : int;
Property Value
The rank (number of dimensions) of the Array.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Array Class | Array Members | System Namespace | Length | GetLength