Accesses a dictionary value.

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

Syntax

C#
public JsonData this[
	string prop_name
] { get; set; }
Visual Basic
Public Default Property Item ( _
	prop_name As String _
) As JsonData
	Get
	Set
Visual C++
public:
property JsonData^ default[String^ prop_name] {
	JsonData^ get (String^ prop_name);
	void set (String^ prop_name, JsonData^ value);
}

Parameters

prop_name
Type: System..::..String

Return Value

See Also