Adds a property to the property set.

API

int Iotc_InsertProperties ( IotcKeyValueSet * properties, IotcKeyValue * property )

Parameters
in, out properties

Pointer to the property set.

in property

Pointer to the property to be added.

Returns
0 on success and -1 on failure.