Namespace: DayPilot.Web.Ui.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public JsonData getJsonData(
	string key
)
Visual Basic
Public Function getJsonData ( _
	key As String _
) As JsonData
Visual C++
public:
JsonData^ getJsonData(
	String^ key
)

Parameters

key
Type: System..::..String

See Also