Attribute.value
string value() @property nothrowGet value field.
Returns
the value of the attribute, represented as a string.
void value(string propval) @property nothrowSet value field.
Parameters
propval | the value of the attribute, represented as a string. |