Gets true for array values.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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