ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Identifier Property




In This Topic
    Identifier Property (ImGearDublinCoreXMPMetadata)
    In This Topic
    Gets or sets Identifier property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Identifier As ImGearXMPString
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPString
     
    instance.Identifier = value
     
    value = instance.Identifier
    public ImGearXMPString Identifier {get; set;}
    public: __property ImGearXMPString* get_Identifier();
    public: __property void set_Identifier( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Identifier {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies unique identifier of the resource.
    See Also