DublinCorePackage.AddValue

DublinCorePackage.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;DublinCore property could not be null

See Also