Attribute.value

string value() @property nothrow

Get value field.

Returns

the value of the attribute, represented as a string.
void value(string propval) @property nothrow

Set value field.

Parameters

propvalthe value of the attribute, represented as a string.