ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / JobID Property




In This Topic
    JobID Property
    In This Topic
    Gets or sets JobID property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property JobID As ImGearXMPString
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPString
     
    instance.JobID = value
     
    value = instance.JobID
    public ImGearXMPString JobID {get; set;}
    public: __property ImGearXMPString* get_JobID();
    public: __property void set_JobID( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ JobID {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies the number or identifier for the purpose of improved workflow handling. This ID should be added by the creator or provider for transmission and routing purposes only and should have no significance for archiving.

    Note: As this identifier references a job of the receiver's workflow it has first to be issued by the receiver, then be transmitted to the creator or provider of the news object and finally added by him to this field.

    See Also