XmpArrayArrayType Property |
Gets the type of the XMP array.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic XmpArrayType ArrayType { get; }
Public ReadOnly Property ArrayType As XmpArrayType
Get
public:
property XmpArrayType ArrayType {
XmpArrayType get ();
}
member ArrayType : XmpArrayType with get
Property Value
Type:
XmpArrayTypeThe type of the XMP array.
See Also