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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property identifies the original owner of the copyright for the intellectual content of the news object. This could be an agency, a member of an agency or an individual. Source could be different from Creator and from the entities in the CopyrightNotice.

    As the orginal owner cannot change the content of this property should never be changed or deleted after the information is entered following the news object's inital creation.

    See Also