set_value_str
Description:
[ Version ( since = "0.12.12" ) ]
public void set_value_str (string value)
Sets the item value as a string, if the given item type of this Relation permits
string values.
Parameters:
this |
an Relation instance.
|
value |
the new value.
|