Gets true for array values.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public bool IsArray { get; }
Visual Basic
Public ReadOnly Property IsArray As Boolean
	Get
Visual C++
public:
property bool IsArray {
	bool get ();
}

See Also