Gets true for Object values.

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

Syntax

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

See Also