Accesses a dictionary value.

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

Syntax

C#
public JsonData this[
	string prop_name
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	prop_name As String _
) As JsonData
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