Item

XmpPackage indexer

Gets or sets the Object with the specified key.

public virtual object this[string key] { get; set; }
ParameterDescription
keyThe key that identifies value.

Return Value

Returns the Object with the specified key.

Property Value

The Object.

See Also