XmpPackageAddValue Method |
Adds the value.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public virtual void AddValue(
string key,
string value
)
Public Overridable Sub AddValue (
key As String,
value As String
)
public:
virtual void AddValue(
String^ key,
String^ value
)
abstract AddValue :
key : string *
value : string -> unit
override AddValue :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
The string representation of key that is identified with added value. - value
- Type: SystemString
The value to add to.
Exceptions Exception | Condition |
---|
ArgumentNullException | key is null. |
See Also