IJsonObject.Item

Syntax

Item(Property_: String): IJsonElement;

Item[@Property: String]: Prognoz.Platform.Interop.ForeSystem.IJsonElement;

Parameters

Property_. Element name.

Description

The Item property returns the element with the specified name.

See also:

IJsonObject