Gets true for array values.

Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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