JSON Element - Item Property

Access a specific element

Member of JSON Element (PRIM_WEB.JsonElement)

Data Type - PRIM_WEB.JsonElement - Base JSON element

Parameters

NameTypeData TypeDescription
Key*InputUnicode StringKey value of the element to be accessed

Details

Reference to an item in the collection accesible via the value supplied in the Key parameter.

Example

Accessing the an item in the collection via the Item property
#Reference <= #sys_web.StyleSheets.Item<#Key>

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2