Class XmpChoiseT

XmpChoise<T> class

Represents a value from vocabulary of values.

public class XmpChoise<T> : XmpTypeBase
ParameterDescription
TThe type of elements.

Constructors

NameDescription
XmpChoise()The default constructor.

Properties

NameDescription
IsOpen { get; set; }Gets or sets a value indicating whether the preferred values can be extended.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also