Accesses a dictionary value.
Namespace: DayPilot.Web.Mvc.JsonAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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