CodeTypeReference.ArrayRank Property

Definition

Gets or sets the array rank of the array.

public:
 property int ArrayRank { int get(); void set(int value); };
public int ArrayRank { get; set; }
member this.ArrayRank : int with get, set
Public Property ArrayRank As Integer

Property Value

The number of dimensions of the array.

Applies to