Click or drag to resize
JsonDataItem Property (String)

[Missing <summary> documentation for "P:X3Platform.Json.JsonData.Item(System.String)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public JsonData this[
	string prop_name
] { get; set; }

Parameters

prop_name
Type: SystemString

Property Value

Type: JsonData
See Also