This documentation is for the old version. Go to the latest Graphics Mill docs

XmpDictionaryNode.Item Property

Gets/sets a value for the specified key.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Default Property Item ( _
	key As Object _
) As Object
C#
public virtual Object this[
	Object key
] { get; set; }

Parameters

key

Type: System.Object

Key for the value to get or set.

Property Value

Value to get or set.

See Also

Reference