Setting this property will result in the label of the collection being set asynchronously. To properly track the changing of the label use the [secret.collection.Collection.setLabel] function.
Collection.label
string label() @propertyGet label property.
Returns
The human readable label for the collection.
void label(string propval) @propertySet label property.
Parameters
propval | The human readable label for the collection. Setting this property will result in the label of the collection being set asynchronously. To properly track the changing of the label use the [secret.collection.Collection.setLabel] function. |