DynamicJsonArray.Length Property

Definition

Returns the number of elements in the DynamicJsonArray instance.

public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Property Value

The number of elements in the JSON array.

Applies to