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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property contains the job title of the person who created the content of this news object. As this is sort of a qualifier the Creator element has to be filled in as mandatory prerequisite for using Creator's Jobtitle.
    See Also