XmpPackage.ContainsKey

XmpPackage.ContainsKey method

Determines whether the specified key contains key.

public virtual bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe key to be checked.

Return Value

Returns true if the specified key contains key.

See Also