UIString.value - multiple declarations
Function UIString.value
Get value (either raw or translated by id)
dstring value() @property const;
Function UIString.value
Set raw value using property
void value(
dstring newValue
) @property;