Provides access to a particular item in a collection
Member of Web Session Storage (PRIM_WEB.SessionStorage)
Data Type - PRIM_WEB.SessionStorageItem - Session storage item
Name | Type | Data Type | Description |
---|---|---|---|
Key | *Input | Unicode String | Key value of the item to be accessed |
Reference to an item in the collection accesible via the value supplied in the Index parameter.
Accessing the third item in the collection via the Item property
#Reference <= #sys_web.SessionStorage.Item<3>
Febuary 18 V14SP2