XmpPackageItem Property

Gets or sets the Object with the specified key.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key that identifies value.

Property Value

Type: Object
The Object.

Return Value

Type: Object
Returns the Object with the specified key.
See Also