Link Search Menu Expand Document

Properties

The following properties are defined in the Array class .

table1

table2


Length

Array.Length property

The number of array elements stored in Array .

This property is read-only and cannot be changed.


Value

Array.Value property

A string that represents the currently stored array element.

Similar to the result of the ToString method.

This property is read-only and cannot be changed.