set

operator fun set(index: Int, value: Property)

Set the item in this list at the specified index.

Throws:

Fatal exception if index is out of range (0 to {@link com.sap.cloud.mobile.kotlin.odata.PropertyArray#length PropertyArray.length} - 1).

Parameters

index

Zero-based index.

value

Item value.