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.

Exceptions

ExceptionDescription
ArgumentNullExceptionkey;DublinCore property could not be null

See Also