Retrievable.label

string label() @property nothrow;

Get label property.

Returns

The human readable label for the item.
void label(string propval) @property nothrow;

Set label property.

Parameters

propvalThe human readable label for the item.