ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.BasicJobTicket Namespace / ImGearBasicJobTicketXMPMetadata Class / JobRef Property




In This Topic
    JobRef Property
    In This Topic
    Gets or sets JobRef property of the XMP Basic schema.
    Syntax
    'Declaration
     
    Public Property JobRef As ImGearXMPBag(Of ImGearXMPJob)
    'Usage
     
    Dim instance As ImGearBasicJobTicketXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPJob)
     
    instance.JobRef = value
     
    value = instance.JobRef
    public ImGearXMPBag<ImGearXMPJob> JobRef {get; set;}
    public: __property ImGearXMPBag<ImGearXMPJob*>* get_JobRef();
    public: __property void set_JobRef( 
       ImGearXMPBag<ImGearXMPJob*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPJob^>^ JobRef {
       ImGearXMPBag<ImGearXMPJob^>^ get();
       void set (    ImGearXMPBag<ImGearXMPJob^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImGearXMPJob type parameter.
    Remarks
    This XMP property references an external job management file for a job process in which the document is being used.
    See Also