add_value method

add_value

Adds string property.

def add_value(self, key, value):
    ...
ParameterTypeDescription
keystrThe string representation of key that is identified with added value.
valuestrThe string value.

See Also