Access a specific element
Member of JSON Element (PRIM_WEB.JsonElement)
Data Type - PRIM_WEB.JsonElement - Base JSON element
Name | Type | Data Type | Description |
---|---|---|---|
Key | *Input | Unicode String | Key value of the element to be accessed |
Reference to an item in the collection accesible via the value supplied in the Key parameter.
Accessing the an item in the collection via the Item property
#Reference <= #sys_web.StyleSheets.Item<#Key>
Febuary 18 V14SP2