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
propval | The human readable label for the item. |
string label() @property nothrow;Get label property.
void label(string propval) @property nothrow;Set label property.
propval | The human readable label for the item. |