AddValue

XmpRightsManagementPackage.AddValue method

Adds string property.

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

Exceptions

exceptioncondition
ArgumentNullExceptionkey;Key should be provided for XMP Rights Management namespace

See Also