XmpPackage.AddValue

AddValue(string, string)

Adds the value to the specified key.

public virtual void AddValue(string key, string value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with added value.
valueStringThe value to add to.

See Also


AddValue(string, object)

Adds the value to the specified key.

public virtual void AddValue(string key, object value)
ParameterTypeDescription
keyStringThe string representation of key that is identified with added value.
valueObjectThe value to add to.

Exceptions

exceptioncondition
ArgumentNullExceptionkey is null.

See Also