Click or drag to resize
JsonDynamicItem Property (String)
Gets the memeber indexed by given key.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonDynamic this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key of the member to return.

Property Value

Type: JsonDynamic
Member stored under given key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is Nothing.
KeyNotFoundExceptionThe property is retrieved and key is not found.
InvalidCastExceptionIf underlying JSON value is not object.
See Also