ImageGear v26.3 - Updated
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
    public ImGearXMPBag<ImGearBasicXMPIdentifier> Identifier {get; set;}
    public: __property ImGearXMPBag<ImGearBasicXMPIdentifier*>* get_Identifier();
    public: __property void set_Identifier( 
       ImGearXMPBag<ImGearBasicXMPIdentifier*>* value
    );
    public:
    property ImGearXMPBag<ImGearBasicXMPIdentifier^>^ Identifier {
       ImGearXMPBag<ImGearBasicXMPIdentifier^>^ get();
       void set (    ImGearXMPBag<ImGearBasicXMPIdentifier^>^ value);
    }

    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