IJsonObject.Property_

Syntax

Property_(Index: Integer): String;

@Property[Index: Integer]: String;

Parameters

Index. Element index.

Description

The Property_ property returns the name of the element with the specified index.

Fore and Fore.NET Examples

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonObject