ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / Identifier Property




In This Topic
Identifier Property (ImGearBasicXMPMetadata)
In This Topic
Gets or sets Identifier property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property Identifier As ImGearXMPBag(Of ImGearBasicXMPIdentifier)
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPBag(Of ImGearBasicXMPIdentifier)
 
instance.Identifier = value
 
value = instance.Identifier

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImGearBasicXMPIdentifier type parameter.
Remarks
This XMP property specifies an unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified a Scheme qualifier to denote the formal identification system to which that identifier conforms.
See Also