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