XmpPackage.SetValue

XmpPackage.SetValue method

Sets the value.

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

See Also