Collection.label

Set label property.

  1. string label [@property getter]
  2. string label [@property setter]
    class Collection
    @property
    void
    label
    (
    string propval
    )

Parameters

propval string

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.