ImageGear .NET - Updated
Source Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : Source Property
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

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members